gorman wrote: 
> I am getting the "thread 'main' panicked at 'Error: No tags found!',
> src\tags.rs:33:50" message for files that have FLAC vorbis tags.
> 
> > 
Code:
--------------------
  >   > 
  > METADATA block #2
  > type: 3 (SEEKTABLE)
  > is last: false
  > length: 360
  > seek points: 20
  > point 0: sample_number=0, stream_offset=0, frame_samples=1152
  > point 1: sample_number=440064, stream_offset=1165155, frame_samples=1152
  > point 2: sample_number=881280, stream_offset=2554062, frame_samples=1152
  > point 3: sample_number=1322496, stream_offset=3943699, frame_samples=1152
  > point 4: sample_number=1763712, stream_offset=5317493, frame_samples=1152
  > point 5: sample_number=2204928, stream_offset=6630331, frame_samples=1152
  > point 6: sample_number=2644992, stream_offset=7942717, frame_samples=1152
  > point 7: sample_number=3086208, stream_offset=9289461, frame_samples=1152
  > point 8: sample_number=3527424, stream_offset=10610573, frame_samples=1152
  > point 9: sample_number=3968640, stream_offset=11991296, frame_samples=1152
  > point 10: sample_number=4409856, stream_offset=13427990, frame_samples=1152
  > point 11: sample_number=4849920, stream_offset=14870594, frame_samples=1152
  > point 12: sample_number=5291136, stream_offset=16258852, frame_samples=1152
  > point 13: sample_number=5732352, stream_offset=17615588, frame_samples=1152
  > point 14: sample_number=6173568, stream_offset=18978269, frame_samples=1152
  > point 15: sample_number=6614784, stream_offset=20407288, frame_samples=1152
  > point 16: sample_number=7056000, stream_offset=21841554, frame_samples=1152
  > point 17: sample_number=7496064, stream_offset=23275589, frame_samples=1152
  > point 18: sample_number=7937280, stream_offset=24702164, frame_samples=1152
  > point 19: sample_number=8378496, stream_offset=26130483, frame_samples=1152
  > METADATA block #3
  > type: 2 (APPLICATION)
  > is last: false
  > length: 16
  > application ID: 72696666
  > data contents:
  > RIFFäÿ►☻WAVEMETADATA block #4
  > type: 2 (APPLICATION)
  > is last: false
  > length: 28
  > application ID: 72696666
  > data contents:
  > fmt ►   ☺ ☻ D¬  ►±☻ ♦ ► METADATA 
block #5
  > type: 2 (APPLICATION)
  > is last: false
  > length: 12
  > application ID: 72696666
  > data contents:
  > dataÀÿ►☻METADATA block #6
  > type: 4 (VORBIS_COMMENT)
  > is last: false
  > length: 386
  > vendor string: reference libFLAC 1.3.0 20130526
  > comments: 14
  > comment[0]: ALBUM=Il fuoco in una stanza
  > comment[1]: ALBUMARTIST=The Zen Circus
  > comment[2]: ARTIST=The Zen Circus
  > comment[3]: DATE=2018
  > comment[4]: DISCNUMBER=1
  > comment[5]: ENCODER=TwistedWave
  > comment[6]: TITLE=Rosso o nero
  > comment[7]: DISCTOTAL=1
  > comment[8]: TRACKTOTAL=13
  > comment[9]: TRACKNUMBER=8
  > comment[10]: replaygain_album_gain=-9.32 dB
  > comment[11]: replaygain_album_peak=0.999115
  > comment[12]: replaygain_track_gain=-9.76 dB
  > comment[13]: replaygain_track_peak=0.955078
  > METADATA block #7
  > type: 1 (PADDING)
  > is last: true
  > length: 3960
--------------------
> > 
> 
> This file has an embedded cover art. Could that be the problem?

Sorry, I honestly don't know. There are lots of meta-data blocks in your
example. Perhaps they are confusing the 'rust tag reader library'
(https://github.com/Serial-ATA/lofty-rs) I'm using? Iactually only have
1 FLAC album inmy collection, the rest being MP3 or M4A.

As stated earlier on, these are the first Rust programs I've written -
and I've basically jsut being putting pieces of Rust libraries together.
It's possible this is an issue with the library.



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=116068

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to