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

Case insensitive paths #28

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

daladim
Copy link

@daladim daladim commented Feb 8, 2024

I'm building on #26 , and I'm adding support for "case insensitive" paths (my iTunes library was coming from Windows and its case-insensitive file system, and hence the library was happily mixing Artist/First Song.mp3 with artist/Second Song.mp3.

Rhythmbox on the other hand sees this folder as two different folders, and hence your script was not able to correctly handle those.

Also, I'm sharing another commit that warns against those stupid "gray star" (automatic album ratings) ratings.

georgekelly1097 and others added 7 commits October 19, 2022 13:50
to prevent the pyb error "BUILD FAILED - Error importing project descriptor ./build.py: No module named 'path' (pybuilder/reactor.py:463)"
…, Playlist, Song" to be "from libpytunes import Library, Playlist, Song"
…move libraries around and somehow get "date added" to change, but "date modified" will stay the older date so that's obviously the proper "date added"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants