Replace playlist not working in 20210402 update #286
Replies: 9 comments 15 replies
-
Even worse, if I clear the playlist first and then try to play a new folder, the contents of the playlist that was deleted reappear! |
Beta Was this translation helpful? Give feedback.
-
Ah, what I think is really happening here, is that choosing to "Play/Replace" a folder is actually recursively adding everything from the parent folder and below. |
Beta Was this translation helpful? Give feedback.
-
I can confirm the same issue, with or without consume mode. The current queue is augmented or replaced by all the tracks from all subfolders in a folder when choosing a single subfolder. |
Beta Was this translation helpful? Give feedback.
-
Problem persists with fresh image updated to 20210403. This is a difficult issue for me in particular as I have large collection with lots of compilations and live recordings. Hence album and artist tags are shabby. I play my collection from file directories. |
Beta Was this translation helpful? Give feedback.
-
I can confirm that the problem just happened again for me. I am running 20210403. |
Beta Was this translation helpful? Give feedback.
-
Problem continues using update 20210403. Tried direct control instead of headless and different browsers but no success. Temporary workaround is to add a single track then replace with the entire directory but that fix is lost when the browser is closed. I reverted to the 20210330 image which does not exhibit the problem and I will avoid further updates. Looking for the funny in this situation, the description of the 20210403 update claims to fix the problem I wasn't having before the update. Still the best player software available. Thanks to the developer for a great product. |
Beta Was this translation helpful? Give feedback.
-
I can confirm too that the problem continues using update 20210403. |
Beta Was this translation helpful? Give feedback.
-
Try Add/Replace with SSH command:
str=$( cat <<EOF
\\\tinfo( { message : 'cmd.sh "'+ command.toString().replace( /,/g, '<br>' ) +'"', msgalign : 'left' } ); return
EOF
)
sed -i "/function addReplace/ a$str" /srv/http/assets/js/context.js
sed -i '/command.toString/ d' /srv/http/assets/js/context.js
(Edited: Fix Add/Remove code to include newlines) |
Beta Was this translation helpful? Give feedback.
-
This problem now solved. I'm running a fresh 64 bit image with updates (rAudio 1 • 20210502 5.10.27-3-ARCH aarch64). I don't know if it's 64bit or updates but I'm happy. Thanks Rern! |
Beta Was this translation helpful? Give feedback.
-
My general use pattern is to browse to a folder in the library view, then Replace/Play that album/folder. Starting with the 20210402 update, the playlist is not being replaced, and playing starts at the old playlist. Note that "Consume Mode" is Off in my playlist.
Beta Was this translation helpful? Give feedback.
All reactions