this post was submitted on 09 Mar 2025
16 points (83.3% liked)
Linux Phones
5476 readers
30 users here now
Community about running GNU/Linux on phones. Projects like Ubuntu Touch, Plasma Mobile, PostmarketOS, Mobian etc. Either on former Android phones or hardware like the PinePhone.
See also:
Related chats:
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i keep my music organized on-disk so that each song is placed at
<artist>/<album>/<track-number>-<title>.flac
. then i just use any file browser (e.g. rofi, or portfolio) to navigate it, and when i select a song it opens inmpv
. i installed theplaylistmanager
mpv script so that when i open any song, mpv queues everything else in that folder (so if i open track 01, the default behavior is gapless playback of the whole album). i also installed theuosc
script, which provides a UI that's much friendlier than the default IMO.i find i prefer configuring just one media player and then using that for everything (music, audiobooks, videos, podcasts, etc). then for example when i decide i want to cast music to my TV, i only have to solve that once, and not separately for casting youtube, local videos, etc.