julioverne / MImport

Import Music/Video directly from Music App for iOS 6/7/8/9
25 stars 11 forks source link

All ID3 Tags imported? #7

Open LilaQ opened 4 years ago

LilaQ commented 4 years ago

Edit: @julioverne Are all ID3 Tags imported with the files? Or only the ones visible when importing a single file (Album, Artist, Genre, Year etc.)? Because to be able to import a Sampler-CD (Various Artists) as a single Album, the tags ALBUMARTIST and COMPILATION would need to be respected - is that the case?

Because I can't make it work with Mimport (no issues with iTunes though) - Sample-CDs always split up into multiple albums, even though ALBUMARTIST is the same and COMPILATION is set to 1.

LilaQ commented 4 years ago

When looking through the code I found that the COMPILATION tag is always set to NO, and the ALBUMARTIST tag isn't used at all - could you fix that? (I would make a PR, but I can't test it)

COMPILATION turned off

NotHereForTheDong commented 4 years ago

@LilaQ

I saw your post on reddit.

prefs.h is located at /usr/include/libprefs/prefs.h

You will also need these headers.

https://github.com/lint/nepeta-repos/tree/master/iOS-Blocks/headers/Preferences

I was still unable to get it to build but now you you can try 03C34750-E9BE-4E8B-BEA3-9803D78EB2B8