Re: [Banshee-List] Writing metadata to files problem



Here goes.
The before:

METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minumum blocksize: 4608 samples
  maximum blocksize: 4608 samples
  minimum framesize: 1735 bytes
  maximum framesize: 15298 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 10024224
  MD5 signature: da7400c58094da6a963e05ec0313a197
METADATA block #1
  type: 3 (SEEKTABLE)
  is last: false
  length: 396
  seek points: 22
    point 0: sample_number=0, stream_offset=0, frame_samples=4608
    point 1: sample_number=451584, stream_offset=1149639, frame_samples=4608
    point 2: sample_number=907776, stream_offset=2422397, frame_samples=4608
    point 3: sample_number=1363968, stream_offset=3701562, frame_samples=4608
    point 4: sample_number=1820160, stream_offset=5001740, frame_samples=4608
    point 5: sample_number=2276352, stream_offset=6301746, frame_samples=4608
    point 6: sample_number=2732544, stream_offset=7593302, frame_samples=4608
    point 7: sample_number=3188736, stream_offset=8897910, frame_samples=4608
    point 8: sample_number=3644928, stream_offset=10204154, frame_samples=4608
    point 9: sample_number=4096512, stream_offset=11506681, frame_samples=4608
    point 10: sample_number=4552704, stream_offset=12833791, frame_samples=4608
    point 11: sample_number=5008896, stream_offset=14150977, frame_samples=4608
    point 12: sample_number=5465088, stream_offset=15393018, frame_samples=4608
    point 13: sample_number=5921280, stream_offset=16540306, frame_samples=4608
    point 14: sample_number=6377472, stream_offset=17713332, frame_samples=4608
    point 15: sample_number=6833664, stream_offset=19053550, frame_samples=4608
    point 16: sample_number=7289856, stream_offset=20331814, frame_samples=4608
    point 17: sample_number=7741440, stream_offset=21598417, frame_samples=4608
    point 18: sample_number=8197632, stream_offset=22889474, frame_samples=4608
    point 19: sample_number=8653824, stream_offset=24218597, frame_samples=4608
    point 20: sample_number=9110016, stream_offset=25553273, frame_samples=4608
    point 21: sample_number=9566208, stream_offset=26891722, frame_samples=4608
METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 40
  vendor string: reference libFLAC 1.1.2 20050205
  comments: 0
METADATA block #3
  type: 1 (PADDING)
  is last: true
  length: 4096



The after:

METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minumum blocksize: 4608 samples
  maximum blocksize: 4608 samples
  minimum framesize: 1735 bytes
  maximum framesize: 15298 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 10024224
  MD5 signature: da7400c58094da6a963e05ec0313a197
METADATA block #1
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 141
  vendor string: reference libFLAC 1.1.2 20050205
  comments: 6
    comment[0]: TRACKTOTAL=0
    comment[1]: TITLE=flac
    comment[2]: ARTIST=Sonic Youth
    comment[3]: TRACKNUMBER=1
    comment[4]: DATE=0
    comment[5]: ALBUM=sonic01.flac
METADATA block #2
  type: 3 (SEEKTABLE)
  is last: false
  length: 396
  seek points: 22
    point 0: sample_number=0, stream_offset=0, frame_samples=4608
    point 1: sample_number=451584, stream_offset=1149639, frame_samples=4608
    point 2: sample_number=907776, stream_offset=2422397, frame_samples=4608
    point 3: sample_number=1363968, stream_offset=3701562, frame_samples=4608
    point 4: sample_number=1820160, stream_offset=5001740, frame_samples=4608
    point 5: sample_number=2276352, stream_offset=6301746, frame_samples=4608
    point 6: sample_number=2732544, stream_offset=7593302, frame_samples=4608
    point 7: sample_number=3188736, stream_offset=8897910, frame_samples=4608
    point 8: sample_number=3644928, stream_offset=10204154, frame_samples=4608
    point 9: sample_number=4096512, stream_offset=11506681, frame_samples=4608
    point 10: sample_number=4552704, stream_offset=12833791, frame_samples=4608
    point 11: sample_number=5008896, stream_offset=14150977, frame_samples=4608
    point 12: sample_number=5465088, stream_offset=15393018, frame_samples=4608
    point 13: sample_number=5921280, stream_offset=16540306, frame_samples=4608
    point 14: sample_number=6377472, stream_offset=17713332, frame_samples=4608
    point 15: sample_number=6833664, stream_offset=19053550, frame_samples=4608
    point 16: sample_number=7289856, stream_offset=20331814, frame_samples=4608
    point 17: sample_number=7741440, stream_offset=21598417, frame_samples=4608
    point 18: sample_number=8197632, stream_offset=22889474, frame_samples=4608
    point 19: sample_number=8653824, stream_offset=24218597, frame_samples=4608
    point 20: sample_number=9110016, stream_offset=25553273, frame_samples=4608
    point 21: sample_number=9566208, stream_offset=26891722, frame_samples=4608
METADATA block #3
  type: 1 (PADDING)
  is last: false
  length: 4096
METADATA block #4
  type: 1 (PADDING)
  is last: true
  length: 4683

Andrew Conkling wrote:
On 1/25/07, Josiah Ritchie <josiah ritchie gmail com> wrote:
  
That's a good way to get this on the dev radar. I'd recommend doing
it. Just be as detailed as you can and try to anticipate any questions
they might ask so that you can save them the time of trying to gather
it. They want to code, not milk you for more info :-)
    

One thing you may want to include (heck, post it here) is the output
of `metaflac --list /path/to/file.flac` before and after editing, so
we can see what exactly Banshee is doing to your file.

Cheers,
Andrew


  
On 1/25/07, Hugo Palma <hugo m palma gmail com> wrote:
    
 I didn't create any bug in bugzilla. I just search for a similar bug but
couldn't find one.


 Josiah Ritchie wrote:
 Did you put in a bug in bugzilla.gnome.org. I seem to remember seeing
one, but I'm a bit foggy this morning. :-)

JSR/

On 1/25/07, Hugo Palma <hugo m palma gmail com> wrote:


 Sorry to bump this, but it really annoys me to not be able to edit my music
metadata.

 Thanks.


 Hugo Palma wrote:
 I'm having a problem editing flac files metadata. When i open the flac file
i can play it just fine.
 After i edit for example the album name i can't play the flac file anymore.
I just get a forbidden icon beside the file. I can't play the file with
other player also. So, it seems that editing the metadata and writing it to
the file is corrupting it.

 This only happens when i have the "Write metadata to file" option selected.

 Any ideas ?

 Thanks,

 Hugo
      
_______________________________________________
Banshee-list mailing list
Banshee-list gnome org
http://mail.gnome.org/mailman/listinfo/banshee-list

  


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]