{"id":22190789,"url":"https://github.com/nonexistplayer/eclairplayer","last_synced_at":"2026-02-24T09:33:43.390Z","repository":{"id":265895272,"uuid":"891482434","full_name":"NonExistPlayer/EclairPlayer","owner":"NonExistPlayer","description":"An open-source .NET audio player using the LibVLC#.","archived":false,"fork":false,"pushed_at":"2025-01-26T11:37:08.000Z","size":1676,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T01:14:19.772Z","etag":null,"topics":["audioplayer","avaloniaui","cross-platform","dotnet","eclair","eclairplayer","libvlc","libvlc-net","libvlcsharp"],"latest_commit_sha":null,"homepage":"https://nonexistplayer.github.io/EclairPlayer/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NonExistPlayer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T12:17:05.000Z","updated_at":"2025-01-26T11:37:11.000Z","dependencies_parsed_at":"2024-12-30T14:27:36.703Z","dependency_job_id":"233c9b6a-8876-4139-b561-028d9fb3ac4c","html_url":"https://github.com/NonExistPlayer/EclairPlayer","commit_stats":null,"previous_names":["nonexistplayer/eclairplayer"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NonExistPlayer%2FEclairPlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NonExistPlayer%2FEclairPlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NonExistPlayer%2FEclairPlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NonExistPlayer%2FEclairPlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NonExistPlayer","download_url":"https://codeload.github.com/NonExistPlayer/EclairPlayer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236279852,"owners_count":19123451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audioplayer","avaloniaui","cross-platform","dotnet","eclair","eclairplayer","libvlc","libvlc-net","libvlcsharp"],"created_at":"2024-12-02T12:12:36.321Z","updated_at":"2025-10-12T22:32:01.274Z","avatar_url":"https://github.com/NonExistPlayer.png","language":"C#","readme":"# Introduction\n\u003cimage src=\"Eclair/Assets/icon.png\" width=\"300\" alt=\"Icon\" style=\"margin-right: 20px;\"/\u003e\n\u003cimage src=\"res/screenshot.png\"/\u003e\n\n**Eclair** is an open-source audio player written in *C#*.\nThis player is gradually developing and is aimed not only at listening to music, but also at beauty and ease of use.\u003cbr\u003e\nI will be glad to any help in developing the project!\n\n## BASS\n**Eclair** uses the BASS audio library for audio playback.\n\u003e BASS Audio Library (https://www.un4seen.com)\u003cbr\u003e\n\u003e Copyright (c) 1999-2023 Un4seen Developments Ltd.\n\n\u003e BASS is used under the license granted by Un4seen Developments.\u003cbr\u003e\n\u003e For more information, visit https://www.un4seen.com.\n\n## Why is Eclair open-source?\n**Eclair** is my hobby, as is programming in general.\nI support free software, and that is why **Eclair** is open-source.\nI want to share my project source code.\nI like developing this project and I do not think that this player should be paid and with closed source code.\u003cbr\u003e\nAnd most likely no one would buy an audio player, especially from [*noname*](https://github.com/NonExistPlayer).\n\n## Supported audio formats\n| Format | Name |\n| :----: | :------------------------------------------------------ |\n| `.mp3` | *MPEG-1 Audio Layer III* |\n| `.aac` | *Advanced Audio Coding* |\n| `.asf` | *Active Streaming Format or Advanced Streaming Format* |\n| `.wma` | *Windows Media Audio* |\n| `.ogg` | *Ogg* |\n| `.flac`| *Free Lossless Audio Codec* |\n| `.midi`| *MIDI* |\n\n## Supported OS\n| System | Minimum Version |\n| :------- | :----------------: |\n| Windows | 8.0 |\n| Debian | 9 |\n| Ubuntu | 16.04 |\n| Fedora | 30 |\n| Android | 8.0 |\n| ~~iOS~~ | - |\n| ~~MacOS~~| - |\n\nWhy aren't `iOS` and `MacOS` supported? Read [this document](res/apple.md).\n\n\u003c!--\n# Installation\n## Installation on Windows\n## Installation on Linux\nBefore installing the program archive, install the following packages with the command:\n```bash\nsudo apt install vlc libvlc-dev libvlccore-dev\n```\n## Installation on Android\n\u003e [!CAUTION]\n\u003e If you delete the application data, the application will most likely not start anymore!\n\u003e You will need to reinstall the application so that it continues to work.\n--\u003e\n\n# Used...\n## Libraries\n* [Avalonia](https://github.com/AvaloniaUI/Avalonia)\n    - [Avalonia.Svg.Skia](https://github.com/wieslawsoltes/Svg.Skia) (11.0.0)\n    - [MessageBox.Avalonia](https://github.com/AvaloniaCommunity/MessageBox.Avalonia) (3.1.0)\n* [LibVLCSharp](https://github.com/videolan/libvlcsharp)\n* [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json/)\n* [TagLibSharp](https://github.com/mono/taglib-sharp)\n* [NonExistPlayer/Logging](https://github.com/NonExistPlayer/Logging)\n## Sites\n[Icons](https://icon-icons.com)\u003cbr\u003e\n[AI](https://blackbox.ai)\n## Devices\n### Windows\n**System**: **Microsoft Windows 10 Enterprise LTSC** *(x86 VirtualBox Machine)*\n### Linux\n**System**: **Manjaro Linux** *6.12.4-1-MANJARO*\n### Android\n|Device|System|Build number|\n|:-:|:-:|:-:|\n|Google Pixel 6 Pro|Android **15** (**API 35**)|*AP4A.250105.002*|\n|Google Pixel 3 XL|Android **12** (**API 31**)|*SP1A.210812.016.C1*|\n\n# [List of tasks](res/todo.md)\nYou can view the list of project tasks by clicking on the link above.\n\n# [License](LICENSE)\n**Eclair** is licensed under the [MIT](https://choosealicense.com/licenses/mit). Please review the [LICENSE](LICENSE) file.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonexistplayer%2Feclairplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnonexistplayer%2Feclairplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnonexistplayer%2Feclairplayer/lists"}