INTERACT FORUM

More => Old Versions => JRiver Media Center 21 for Linux => Topic started by: lobo85 on August 27, 2015, 04:32:26 pm

Title: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: lobo85 on August 27, 2015, 04:32:26 pm
I'm trying to change the file locations on Ubuntu 15.04 with Media Center 21.0.6 my problem is that with the find and replace tool an unnecessary space appears in my file path.

Example I type "J" for find what (J:\ is not found for some reason) and type
Code: [Select]
/media/"MY-USERNAME"/FantomHD as replace with.

what winds up happening is that MC now points to
Code: [Select]
/media/"MYUSERNAME"/FantomHD /(FOLDER-WITH-MY-MUSIC)
Any idea on why this happens or anything I can do to fix it?
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: mwillems on August 27, 2015, 05:02:28 pm
It's kind of hard to see what the problem is in your post because your paths are both wrapped.  Could you use code tags so it's a little clearer what the actual formatting problem is?  

It might be as simple as adding a trailing "/", but I can't actually see where your extra space is?  Is the line break where the extra space is?
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: Hendrik on August 27, 2015, 05:06:26 pm
How tiny is your screen that its wrapping? Are you on a phone? :D

I don't know why it would create a space there. Looks odd, indeed.
I could imagine its replacing the : with it, since it considers it an invalid character (and you said you are just replacing J, not J:, right?)
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: mwillems on August 27, 2015, 05:10:07 pm
How tiny is your screen that its wrapping? Are you on a phone? :D

It's a 55" 1080p TV screen, but it's at 150% dpi scaling so I can read it from the couch.  So big screen and big font  ;D

Maybe it's the leading backslash in the original path being processed as an escape symbol?
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: lobo85 on August 27, 2015, 05:10:46 pm
Yes I am using J  not J: or J:\
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: Hendrik on August 27, 2015, 05:11:45 pm
Does "J:" not work? It might solve your problem. :)
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: lobo85 on August 27, 2015, 05:12:36 pm
Does "J:" not work? It might solve your problem. :)
Stangely enough it says it is invalid.
Title: Re: Rename, Move, Copy Funtion creates proper filepath but with an uneeded space
Post by: Hendrik on August 27, 2015, 05:15:33 pm
Validation is probably a bit overzealous. The source pattern should probably allow it, only the target should not.