-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows user note #13
Comments
Thanks for posting the issue, @arozehnal! Our Windows tester (@Nitemice) reported it worked on his end even when Spotify is running. Maybe something changed? |
@mikez I don't remember saying that it worked while Spotify is running. |
@Nitemice Sorry. It was not my intention to misrepresent you. I must have misremembered. Thank you for chiming in and clarifying. I'll add a disclaimer to the Readme. |
I added the disclaimer "Also, you may want to close the Spotify app before running this to ensure data access and completeness." — Do you think this wording is helpeful @Nitemice @arozehnal? (P.S.: I just tried it on macOS and experience no issues while the app is running.) |
I also encountered this in my testing, though only on Windows. I would imagine that it's fixable but a disclaimer also works |
Well, I already know I need to turn Spotify off, but it took me a while to figure out what the problem is. I could have guessed it when the README says it reads the Spotify cache ;-) |
@brodmo If you have ideas of a simple fix, let me know. Windows seems to be doing something different than macOS; maybe holding a lock on the files? |
Yes, that's classic Windows. Are you writing or moving files? Reading shouldn't be an issue, but then Windows is weird like that sometimes. |
@brodmo No writing or moving files, just reading. |
The description should explicitly state that Spotify must not be running while the script is in use.
Otherwise it will just say -> Directory structure created successfully!
but no JSON is output.or the script crashes due to file access rights (presumably to the Spotify cache)
I thought I would get the playlist names in decoded form in addition to the folders.
But this is what I got:
Is that what was intended?
Straight "text" playlist title would be better.
The text was updated successfully, but these errors were encountered: