Skip to content
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 Does Not Accept Colon ":" in File Names #13

Closed
ebb-earl-co opened this issue Dec 20, 2023 · 1 comment
Closed

Windows Does Not Accept Colon ":" in File Names #13

ebb-earl-co opened this issue Dec 20, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ebb-earl-co
Copy link
Owner

A good number of playlists on TIDAL from the TIDAL staff or similar "official" playlists contain a colon ":" in the playlist name. Windows does not accept these as valid file names, so make sure to swap out colons for " - " in file names.

@ebb-earl-co ebb-earl-co added the bug Something isn't working label Dec 20, 2023
@ebb-earl-co ebb-earl-co self-assigned this Dec 20, 2023
ebb-earl-co added a commit that referenced this issue Dec 20, 2023
Change logger errors to logger warnings in login.load_token_from_disk()
Add missing 'director' key in media.TAG_MAPPING
Protect None-return of media.Track.get_stream()
Bare except of media.Track.get_lyrics()
Replace colon in track and video files' names (issue #13)
Comment out unused fields in several models classes
Add try/except for HTTP code 401 in requesting.py
ebb-earl-co added a commit that referenced this issue Dec 20, 2023
* Fix and enhance:

Change logger errors to logger warnings in login.load_token_from_disk()
Add missing 'director' key in media.TAG_MAPPING
Protect None-return of media.Track.get_stream()
Bare except of media.Track.get_lyrics()
Replace colon in track and video files' names (issue #13)
Comment out unused fields in several models classes
Add try/except for HTTP code 401 in requesting.py

* Add supplemental file saving to cleanup process

* Format with Black
@ebb-earl-co
Copy link
Owner Author

Fixed in #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant