doubleugk wrote: > Hi > > I use the Squeeze Commander on my Android Smart Phone and set the > download option to transcoding flac to mp3 by LMS. > Unfortunately the major tags (Artist, Album, etc.) get lost. Other > transcoding software has no problem transferring the tag information to > mp3. > LMS is using Lame - right? > > Any idea how to solve this problem? > > Cheers wgk
Here is my solution: http://forums.slimdevices.com/showthread.php?108105-flac2mp3-with-ffmpeg-and-metatags convert.conf: Code: -------------------- flc mp3 * * # FB:{BITRATE=-ab %B}T:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-ar resample %d} [ffmpeg] -y -i $FILE$ -vn -map_metadata 0 -write_id3v1 1 -c:v copy -f mp3 -qscale:a $QUALITY$ $RESAMPLE$ $BITRATE$ - -------------------- *Controllers Hardware:* 1XTouch,2XRadio,1XBoom,1XSB3,piCorePlayer *Controllers Software:* squeezelite, Squeeze Player *Steuerung:* 'Squeeze Comander' (https://play.google.com/store/apps/details?id=de.cedata.android.squeezecommander&hl=de) *Plugins:* 'Dynamic Mix' (http://penguinlovesmusic.de/wp-content/uploads/beta/pmplugins/DynamicMixPlugin.htm); 'Custom Browse' (http://wiki.slimdevices.com/index.php/Custom_Browse), TrackStat; Custom Scan; 'MusicInfoSCR' (http://www.herger.net/slim-plugins/detail.php@nr=446&kategorie=slim-plugins); 'LazySearch 2' (http://www.hickinbottom.com/lazysearch).. LMS 7.8.1 (UBUNTU 10.04) und 'MusicIP ' (http://www.spicefly.com/)Server like: http://powersat.de/showthread.php?4902-Musikstreaming-mit-Avantgarde-Squezeeslave-ein-L%C3%B6sungsvorschlag ------------------------------------------------------------------------ squeezebox_Fan's Profile: http://forums.slimdevices.com/member.php?userid=63027 View this thread: http://forums.slimdevices.com/showthread.php?t=100957 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
