Commit Graph
89 Commits
Author SHA1 Message Date
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
Drew Weymouth cf41e8ef18 Fix #135: Update libmpv package name in Linux install instructions 2023-04-18 17:36:36 -07:00
Drew Weymouth ec3cb0c36d Fix #104: add alternate hostname to server connection config 2023-04-18 17:21:02 -07:00
Drew Weymouth 5782c97752 update README to add Flatpak link 2023-04-18 09:37:09 -07:00
Drew Weymouth cdec7b001d Arch package maintainer 2023-04-17 14:15:10 -07:00
Dušan Mitrović 35826cc584 Adding the actually correct link to the AUR package.
Signed-off-by: Dušan Mitrović <dusan@dusanmitrovic.xyz>
2023-04-15 14:50:54 +02:00
Dušan Mitrović 9c118a8f77 Merge branch 'main' of github.com:dusnm/supersonic 2023-04-15 14:48:30 +02:00
Dušan Mitrović f8ac454390 Modified README.md to add instructions for building the package on Arch Linux
Signed-off-by: Dušan Mitrović <dusan@dusanmitrovic.xyz>
2023-04-15 14:47:53 +02:00
Drew Weymouth 3c7fd445c7 README updates 2023-04-11 09:33:30 -07:00
Drew Weymouth bc1d4b7c8a update README with Mac build process change 2023-04-07 19:03:19 -07:00
Drew Weymouth 553101677f prepare for beta release 2023-04-01 11:26:05 -07:00
Drew Weymouth 8c0994e11e README roadmap updates 2023-03-26 19:58:50 -07:00
Drew Weymouth d3b65a001a remove workaround for broken mac release from readme 2023-03-21 20:17:46 -07:00
Drew Weymouth 9ad76397ff quick readme clarification 2023-03-19 12:12:01 -07:00
Drew Weymouth d2d5faf2fa Update README.md 2023-03-19 11:49:11 -07:00
Drew Weymouth 005191c9c3 README - link to releases 2023-03-18 19:03:24 -07:00
Drew Weymouth ac2753320c add "jump to installation instructions" 2023-03-18 18:37:44 -07:00
Drew Weymouth e8f0094c96 update README Mac install instructions 2023-03-18 18:34:30 -07:00