mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2025-02-17 02:44:27 +00:00
Compare commits
2 commits
7e72538f26
...
89640b0ceb
Author | SHA1 | Date | |
---|---|---|---|
|
89640b0ceb | ||
|
a336656398 |
|
@ -1,4 +1,7 @@
|
|||
# funkwhale-cli
|
||||
Sorry. Deprecated. Rewriten on python.
|
||||
Check new branch: py_fw_cli
|
||||
___
|
||||
Just for fun. Simple "player" API script for FunkWhale instances.
|
||||
|
||||
Features:
|
||||
|
|
|
@ -360,7 +360,7 @@ funkwhale_pseudofs_load()
|
|||
next_check=$(echo "$tracks" | jj next)
|
||||
for idartist in $(echo "$tracks" | jj -l 'results.#.artist.id' | delq | sort -u); do
|
||||
mkdir -p "fwfs_$instance/$idartist"
|
||||
if [ ! -f "fwfs_$instance/$idartist/playlist.m3u8" && ! -f "fwfs_$instance/$idartist/playlist.m3u8.noplay" ]; then
|
||||
if [ ! -f "fwfs_$instance/$idartist/playlist.m3u8" ] && [ ! -f "fwfs_$instance/$idartist/playlist.m3u8.noplay" ]; then
|
||||
echo '#EXTM3U' > "fwfs_$instance/$idartist/playlist.m3u8"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue