Closed irodimus closed 3 years ago
What are the arguments you're using?
Here is the first command:
python3 playlist_manager.py --jbop random --action update --name "01 Science Fiction" --libraries Movies --limit 50 --filter genre=sci-fi
I have a script that then goes into another command like this using a different playlist name and genre filter.
Can you check this update?
Tested the new commit, https://github.com/blacktwin/JBOPS/commit/c84cee5fece9d53bfad6f5273e71d71bf70e506a, and it appears to have resolved the issue. Thank you!
Describe the bug
Updated to commit a479596b350f3a2d44e279ee787e1ad0dfa9e19c for playlist_manager.py script. Use the script with random to create genre related playlists. When running script using the update command, it will delete any playlist showing and then add a new playlist like normal. On the next loop, it will delete the last created playlist and create a new playlist, repeating depending how many times you run the command.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Delete the previous playlist and create(update) the new playlist
Desktop (please complete the following information):