-
-
Notifications
You must be signed in to change notification settings - Fork 27
Closed
Description
Hi!
First off, I want to say thanks for this great wrapper for TagLib! However, there is a problem when trying to set a playlist ID to a m4a file. If I execute the code below:
TagLib::MP4::File.open("song.m4a") do |tune|
item = TagLib::MP4::Item.from_int(123456789)
tune.tag.item_list_map.insert('plID', item)
tune.save
endThe playlist id then gets assigned a long random number which is not the number supplied (In this case I checked using mp4info which yielded 72057594161384725 for the playlist id, using a random sample m4a).
Its quite strange as it works on occasion, but more times than not it fails and stores a very large, random number for the song. Any help would be appreciated.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels