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

Location paths error #22

Open
deryb opened this issue Feb 10, 2022 · 1 comment
Open

Location paths error #22

deryb opened this issue Feb 10, 2022 · 1 comment

Comments

@deryb
Copy link

deryb commented Feb 10, 2022

The export all went well, I have a library of about 25000 tracks, mostly .mp3 on a NAS device.

The drive letter got replaced with a '?' (question mark) character everywhere. The import did not find anything (or almost), expected. But then simply ran a full search & replace, all the /?:/ with /U:/ strings. And BOOM that did the trick, haha ;-)

Here's a couple sample file URLs:

file://localhost/?:/ext/mp3/Humour/Francophone%20divers/Kekette%20-%20jimbif%20et%20dj.mp3
file://localhost/?:/ext/mp3/Humour/Francophone%20divers/Daniel%20Lemire%20-%20Coke%20Aux%20Cerises.mp3
file://localhost/?:/ext/mp3/Humour/Francophone%20divers/La%20Jungle%20-%20Passe%20Partout%20Orgie.mp3

I'm a dev so I'm glad I was able to fix this so quickly (for me). But I don't have time to look the code and fix and all. But many thanks to all here, seems like most of my previous metadata from MediaMonkey was able to export+import successfully!

@deryb
Copy link
Author

deryb commented Feb 10, 2022

Sorry, here's the correct path. I have my NAS mapped as drive letter U:

file://localhost/U:/ext/mp3/Humour/Francophone%20divers/Kekette%20-%20jimbif%20et%20dj.mp3
file://localhost/U:/ext/mp3/Humour/Francophone%20divers/Daniel%20Lemire%20-%20Coke%20Aux%20Cerises.mp3
file://localhost/U:/ext/mp3/Humour/Francophone%20divers/La%20Jungle%20-%20Passe%20Partout%20Orgie.mp3

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

No branches or pull requests

1 participant