Commit Graph

21 Commits

Author SHA1 Message Date
talwat
0096eda4db docs: fix grammar mistake 2024-10-17 22:48:33 +02:00
talwat
978dfbc5e2 feat(mpris): wip implementation of propertieschanged signal 2024-10-17 22:33:00 +02:00
Andrea Manzini
cb78b4909b
docs: add opensuse install instructions 2024-10-16 16:34:55 +02:00
talwat
120ac3f972 docs: mention openssl 2024-10-16 07:57:19 +02:00
Tal
e3e7c28ab0 docs: mention release binaries 2024-10-15 15:58:08 +02:00
Tal
543aeee78c
feat: add custom sources (#21)
* feat: initial work on decoupling embedded list file & the rest of the app

* chore: rename tracks.txt to lofigirl.txt

* fix: make base optional

* feat: partially revert previous commit

* feat: fix loading tracks with explicit url

* fix: include list in main player struct

* chore: reduce timeout

* chore: remove unused import

* fix: rename InitialProperties to PersistentVolume

* feat: move persistent volume init to player init function

* feat: add micropop.txt as an example of a custom tracklist

* docs: add note about mp3

* docs: move format of lists to list struct docs

* docs: document custom track lists

* fix: fix silly spelling error

* docs: update formatting

* docs: fix sample formatting

* docs: add missing sample track

* fix: fix ui when track name has special characters

* fix: use proper char counting on subject, not word

* fix: use unicode-segmentation to finally fix handling special characters

* fix: precompute track len

* fix: switch to using the unicode-width crate

* style: split off list into it's own module

* fix: move logic to read a list from the fs into the list module
2024-10-15 14:15:51 +02:00
Timoyoungster
fd8ecfcd05
docs: add description of available controls (#22)
* add description of available controls

add dedicated description for the available controls, since the volume control is not documented in the app.

* removing redundancy

* docs: fix casing

---------

Co-authored-by: Tal <83217276+talwat@users.noreply.github.com>
2024-10-11 20:06:43 +02:00
talwat
4207016e82 docs: fix formatting error 2024-10-07 22:47:32 +02:00
talwat
2a8754815c docs: update linux dependencies 2024-10-07 22:46:16 +02:00
talwat
d01673e0a7 docs: mention lowfi help 2024-10-07 14:40:39 +02:00
omnigenous
f79390b574
docs: add manual install section (#10) 2024-10-05 12:34:54 +02:00
talwat
badc93a4fa docs: whoops, SSL not SSH 2024-10-04 11:38:12 +02:00
talwat
2d785ee47e docs: mention OpenSSH & alsa 2024-10-04 11:37:52 +02:00
talwat
2a4645ca51 docs: include mention of -a 2024-10-02 18:39:30 +02:00
talwat
a1471db89a docs: add MSRV 2024-10-01 19:36:35 +02:00
talwat
1412cd5245 docs: update link to image 2024-09-30 12:28:08 +02:00
talwat
d3d76bb233 docs: add example image of ui 2024-09-30 07:46:57 +02:00
Tal
3de4bbfdde docs: add installing section to readme 2024-09-28 00:39:01 +02:00
Tal
679e9ff005 chore: get ready for publishing 2024-09-28 00:06:22 +02:00
Tal
5149723b5c feat: remove play command 2024-09-26 16:13:40 +02:00
talwat
f0e56ea2aa feat: initial commit 2024-09-23 21:59:07 +02:00