Commit Graph
106 Commits
Author SHA1 Message Date
Drew Weymouth d6b2bd97fb Update README.md 2025-09-14 09:55:25 -07:00
Masterlocker 369f42f164 GLX Fix + reduced libraries in AppImage build script. (#712)
* Delete appimage-build-compat.sh

* Delete appimage-build.sh

* Delete .github/workflows/build-appimage.yml

* Rename build-appimage-compat.yml to build-appimage.yml

* Update build-appimage.yml

* Add new build script

* Update build-appimage.yml

* Delete appimage-build.sh

* Add files via upload

* Delete appimage-build.sh

* Add files via upload

* Update README.md
2025-09-11 08:16:01 -07:00
Drew Weymouth 826f72d985 mention waveform seekbar as a feature 2025-08-12 10:39:49 -07:00
blahajjessie 04f744c789 Update mac quarantine instructions (#663)
sudo is not required for this
2025-07-19 09:14:56 -07:00
Drew Weymouth a255cddc41 format installation instructions a little cleaner 2025-07-07 09:33:37 -07:00
Drew Weymouth 595567ebfd mention that Flatpak doesn't currently work with CJK fonts 2025-06-16 09:27:55 -07:00
Drew Weymouth 2985e08807 move build instructions to separate md file 2025-04-11 17:35:51 -07:00
Drew Weymouth b615845e1f Update README.md - homebrew tap name 2025-04-06 07:56:22 -07:00
Drew Weymouth b24a0abcc6 Update README.md 2025-04-05 11:51:08 -07:00
Drew Weymouth 1ce10033f4 Update README.md - DLNA cast, rewrite installation section 2025-04-05 11:50:20 -07:00
Drew Weymouth 31df8ab054 add migrated_fynedo to make build 2025-03-14 09:24:45 -07:00
Drew Weymouth 3bf01672ae add Nextcloud music 2024-08-04 07:27:53 -07:00
Drew Weymouth 15811e654e add more clarification to Linux install 2024-07-10 13:45:47 -07:00
Drew Weymouth 70caad0a0e Update README.md 2024-06-16 11:15:44 -07:00
Drew Weymouth dd0a4ea774 add libmpv clarification 2024-06-16 11:13:34 -07:00
Drew Weymouth aa5312a977 update changelog and readme 2024-06-05 09:20:14 -07:00
Drew Weymouth e9519abe62 new screenshots from upcoming 0.11.0! 2024-06-03 17:45:57 -07:00
Drew Weymouth cb8dec3813 make linux build more clear 2024-05-27 12:19:37 -07:00
Drew Weymouth 6258e96dff Update README.md - lyrics coming next 2024-05-23 10:19:22 -07:00
Drew Weymouth d6f8921c1e Update README.md 2024-04-21 09:21:34 -07:00
Drew Weymouth 4b416211c4 Update README.md 2024-04-21 09:20:10 -07:00
Drew Weymouth 5f308975d0 Update README.md features 2024-04-17 09:28:30 -07:00
Drew Weymouth fcefe118fe Use new non-expiring Discord link 2024-03-06 17:35:20 -08:00
Drew Weymouth 4bf2a680ce link custom themes page in feature list 2024-03-06 10:21:40 -08:00
Drew Weymouth 7b1ec1fe74 Update README.md planned features 2024-02-19 08:20:57 -08:00
Lilith McMullen 376a51832f remove reference to vapoursynth on macports 2024-01-22 18:47:13 -08:00
Lilith McMullen 20ce0c0589 break out bundledeps instructions for macports vs homebrew 2024-01-22 18:43:05 -08:00
Laevos ae41e6d71c add macports bulid instructions 2024-01-15 22:28:25 +00:00
Drew Weymouth f74d1cc730 Update README.md 2024-01-08 09:13:13 -08:00
Drew Weymouth a16e687c02 add Jukebox control to readme as planned feature 2023-12-17 10:00:33 -08:00
Drew Weymouth 550b401a86 Update README.md - remove some "basic" features from list 2023-12-16 19:20:26 -08:00
Drew Weymouth 2946fa50a1 don't link to Navidrome demo server because it was confusing 2023-11-16 09:04:58 -08:00
Drew Weymouth 232e43a229 Update README.md - bump discord invite link 2023-11-15 09:00:00 -08:00
Drew Weymouth 4702d4d986 Update README.md - jellyfin 2023-11-15 08:32:08 -08:00
Drew Weymouth 9299fa61c4 Update README.md 2023-11-08 09:32:43 -08:00
Drew Weymouth c11831e944 Update README.md discord invite link 2023-11-07 08:25:14 -08:00
Drew Weymouth 1ffd84fa1f increase discord badge size 2023-10-23 08:22:19 -07:00
Drew Weymouth f9e103634e Add Discord badge to readme 2023-10-23 08:21:58 -07:00
Drew Weymouth 7ef1dc1b63 Prepare for 0.6.0 release 2023-10-23 07:51:41 -07:00
Drew Weymouth 96a9ea7b03 Update README.md features list 2023-07-17 12:29:51 -07:00
Adam Batkin ad97c274f3 Add build instructions for Fedora 2023-06-26 20:43:44 -07:00
Drew Weymouth 9aeab2fb38 Update README.md feature list 2023-06-24 13:44:21 -07:00
Michael Manganiello 2ab19f65e1 Add Loop functionality to player controls
Adding the Loop functionality, along with the Player changes to support
it, and a button to the player controls.

`Player` now has a `loopMode` attribute, which determines whether it
should loop. At the moment, only the following modes are supported:

* `LoopNone`: Disables loop.
* `LoopAll`: Enables loop for the entire playlist queue.

This has been designed as an enum, to support other modes in the future
(e.g. loop for the current track only).

It depends on the `loop` functionality provided by MPV (using the
[`loop-playlist` option](https://mpv.io/manual/master/#options-loop-playlist)),
so no custom logic is needed to reset the currently playing index.
2023-06-18 22:43:03 -03:00
Drew Weymouth 69a32343e4 Update README.md with badges and more mac info 2023-06-02 19:30:04 -07:00
Drew Weymouth bae6b167c7 Update README with new features and updated M1/M2 mac info 2023-05-24 17:35:49 -07:00
Drew Weymouth e212484d00 prepare for 0.2.0 release 2023-05-05 08:33:47 -07:00
Drew Weymouth e7c1a7a452 update CHANGELOG and README with recent changes 2023-04-26 18:16:05 -07:00
Drew Weymouth a20f047c12 Update README.md - x64 build runs on M1/M2 Macs via Rosetta 2023-04-20 17:01:09 -07:00
Drew Weymouth 8780477025 add Ko-fi badge to README 2023-04-19 09:16:40 -07:00
Drew Weymouth 1a23ea01d5 add icon and Flathub badge to README 2023-04-19 09:07:39 -07:00