EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

Id3 info in copied files #9

Open peeterss opened 11 years ago

peeterss commented 11 years ago

first off thanks for this awsome app.

what seem missing is id3 info after a copy. don't know how to implement it myself. would be a great feature.

EnigmaCurry commented 11 years ago

The files that come from google have no id3 info. Now, that info is available by the gmusicapi, so in theory we could create a new mp3 header and concatenate the raw mp3 frames onto that to create a new mp3 with tags. Not sure if this would work or not.. I agree it would be nice!

peeterss commented 11 years ago

at the moment im tagging based on their name and location with easytag (gnome,gtk).

works for now. thanks in advance.

peeterss commented 11 years ago

changed date to time - some years in float so cp -u works. find . -cmin -30 .. some command line id3 tagging for fixing.

appreciate it if you could change the default date to the past.