[1404] - Syncing HALTS if filename is too long [#8148]

Beta Testing for Windows Products and plugins

Moderator: Gurus

alystair
Posts: 130
Joined: Sun Jun 07, 2009 7:16 pm

[1404] - Syncing HALTS if filename is too long [#8148]

Post by alystair »

Was attempting to sync playlist to my new 32gb microsdhc - when it kept canceling out half way through because of a single file!

Realistically MediaMonkey should skip over erroring files to finish syncing instead of canceling out completely.

Also attempting to sync using <title:12> breaks as if the title is too short it appends blanks in front of title... Attempting to use auto-counting or whatever to replace it breaks sync... ayeee..

Title that was crapping out sync was part of a podcast rip:
Electronica - Part 1 - Segment 1 : Radiohead - Everything In It's Right Place / Louis and Bebe Barron - Main title from "Forbidden Planet" / Pierre Schaeffer - Etude Aux Chemins De Fer / John Cage - Williams Mix / Oskar Sala - Electronicshe Tanzuite / Karlheinz Stockhausen - Kontakte / Vladmir Ussachevsky - Wireless Fantasy / Raymond Scott - Cindy Electronium

So yeah, pretty long :lol:
Last edited by alystair on Sun Jul 10, 2011 2:40 am, edited 6 times in total.
Lowlander
Posts: 58854
Joined: Sat Sep 06, 2003 5:53 pm

Re: 1404 - Syncing ABORTS if ID3 title is too long

Post by Lowlander »

Use $trim(<title:12>) instead.
alystair
Posts: 130
Joined: Sun Jun 07, 2009 7:16 pm

Re: 1404 - Syncing ABORTS if ID3 title is too long

Post by alystair »

That is a really unusual and undocumented fix, thanks but should be integrated for us lesser folks :/
alystair
Posts: 130
Joined: Sun Jun 07, 2009 7:16 pm

Re: 1404 - Syncing ABORTS if ID3 title is too long

Post by alystair »

OK, $left(<Title>,80) seems to do what I want it to but should automatically clip filenames to a certain limit so it doesn't error out like that. This could happen with any other tag.
alystair
Posts: 130
Joined: Sun Jun 07, 2009 7:16 pm

Re: 1404 - Syncing ABORTS if ID3 title is too long

Post by alystair »

What I'm saying is that potential synched filenames should be trimmed automatically to the maximum allowable size of target filesystem to prevent that sort of error :)
alystair
Posts: 130
Joined: Sun Jun 07, 2009 7:16 pm

Re: [1404] - Syncing HALTS if potential filename is too long

Post by alystair »

Still not fixed in 1406. Should be limiting filename size to maximum filesystem allowance to prevent sync abortion.
rusty
Posts: 8968
Joined: Tue Apr 29, 2003 3:39 am
Location: Montreal, Canada

Re: [1404] - Syncing HALTS if potential filename is too long

Post by rusty »

Post Reply