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

iTunes match remote tracks show in iTunes library view but can't be played #7009

Closed
mixxxbot opened this issue Aug 22, 2022 · 4 comments
Closed
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: cpillz
Date: 2013-04-30T04:28:33Z
Status: Fix Released
Importance: Low
Launchpad Issue: lp1174604
Tags: itunes
Attachments: iTunesMatch.patch


When iTunes match is enabled in iTunes, remote files stored on Apple's servers that are streamed to iTunes are shown exactly the same as local files in the Mixxx iTunes Library view. When you click a remote file it throws a file not found error. As far as I know, Apple doesn't offer an api to access iTunes match remote files, so they should be hidden in Mixxx. This could be fixed by ignoring xml track entries with Track Type=Remote property when scanning the file.

@mixxxbot
Copy link
Collaborator Author

Commented by: cpillz
Date: 2013-05-07T15:12:24Z
Attachments: iTunesMatch.patch


I've attached a patch that drops iTunes library files before they are committed to the Mixxx iTunes database. One potential issue I ran into is that the although remote tracks are dropped for the main library table, any playlists that contain remote tracks will still contain the ID. Assuming mixxx uses an inner join to query for the main track data when display a playlist view, then there's no problem, because entries missing from the library will be dropped from the playlist. Does anyone have thoughts on this?

@mixxxbot
Copy link
Collaborator Author

Commented by: cpillz
Date: 2013-05-07T15:13:08Z


I should add that it drops remote iTunes library database entries....missed that part.

@mixxxbot
Copy link
Collaborator Author

Commented by: esbrandt
Date: 2013-12-14T10:53:04Z


42a1892

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.0.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant