Grabbed and installed the plugin from os4depot, tried with tunenet 0.86.34, noting is played. The plugin shows up in the prefs window, but doesn't start playback. Is it just me or some known issue
Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Can you send me a copy of the problem file, curtyh at talktalk.net
All flac files i tested at the time of writing the plugin worked for me, but ive noticed a newer lib is available and it may be something to do with that.
A1XE G4 800mhz,512mb,Radeon9200,SonyDRU-510A and 800a, Esi Juli@,Sil680,WiFi.
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Sorry for the late reply, the file only got through to me tonight :(
Just tested and i see the file loads as an MP3 file. Thats very strange, but then i opened the header of the file and it doesnt include a reference to flac.
ID3_^TIT2Swing GuitarsTPE1%Django Reinhardt & Stephane GrapelliTALB#Le Quintette Du Hot Club De FranceTYER1947TRCK3TCONJazzTENC!Exact Audio Copy (Secure mode)COMMengTrack 3APICf?image/jpg????JFIF??C !"$"$??C??,-"??
So im a little confused....
A1XE G4 800mhz,512mb,Radeon9200,SonyDRU-510A and 800a, Esi Juli@,Sil680,WiFi.
found this in your file, shows it is a flac but it has all this other info infront of it. The mp3 plugin is picking it up before flac can, so thats a problem inside TN.
A1XE G4 800mhz,512mb,Radeon9200,SonyDRU-510A and 800a, Esi Juli@,Sil680,WiFi.
So it looks like id3tags inside flac break the plugin precendence. I didn't encode that flac. Looks like these are id3v1 (afaik, V2 are at the end of the file). Will try to change it to V2 and see if it helps....
Edit: The other way around: v1 is at the end, v2 at the head. some acrobatics in linux solved the issue: id3v2 -l * #(to verify presence of both) ls -1 | awk '{print "id3convert "$1}' | sh #to copy v2 to v1 if needed id3v2 -d * #(deletes v2 tags only)
id3v1 only files play fine Stupid me, didn't see the problematic files didn't load as flac in the first place
Now the problem: id3v1 are often too short to contain the data Maybe id3v2 + file recognition should be fixed?
Thanks a lot, Jack
Edited by Jack on 2008/9/7 22:52:15
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Is there any way to prevent mp3 plugin from blindly picking the id3v2-tagged files?
Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
You're right. Vorbis comment is the way. Will see how to convert the existing files (I just got them in this state).
10x for the pointer... Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg
Indeed, stripping the id3tags left me with vobris commnets that were there in the 1-st place and all's well. Now Tunenet plays the files and AMuse stil shows the correct metadata.
Jack
"the expression, 'atonal music,' is most unfortunate--it is on a par with calling flying 'the art of not falling,' or swimming 'the art of not drowning.'. A. Schoenberg