INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: cron0sRXR8 on May 25, 2013, 03:30:37 am

Title: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: cron0sRXR8 on May 25, 2013, 03:30:37 am
Hi,

How to copy mp3 files to android phone without special chars in the filename? (à,á,ñ...)

When I sync my phone with mp3 files I need that the files not have special chars. Not special chars in the filename and not special chars in the folders name. Not special chars in complete path until the extension of file (d:/music/foldername/filename.mp3).

How to do it this? I only need the expression for enter in the sync menu.

For exemple I want do it this:

Folder name: ([album name] - [album artist]) ==> without special chars!
File name: ([album name] - [track number])  ==> without special chars!

I need do it this because my phone is from china and I get errors when I play songs with special chars. Only english chars are accepted.

Thank you!
Title: Re: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: 6233638 on May 25, 2013, 02:47:22 pm
Unfortunately, I don't think there is any automated way to handle this. You could probably get something working with the replace() (http://wiki.jriver.com/index.php/Media_Center_expression_language#Replace.28....29:_Replace_or_remove_strings_from_a_value.) expression though.
Title: Re: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: cron0sRXR8 on May 25, 2013, 03:10:13 pm
Thank you, but I don't know how to use this expressions. I need all the code for copy-paste  :-X

If anyone know do it please, help!

I hope that I can do it this because If not I need change my new phone  :-[ :'(
Title: Re: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: cron0sRXR8 on May 26, 2013, 05:46:04 pm
anyone can help me??
Title: Re: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: 6233638 on May 26, 2013, 06:57:11 pm
Unfortunately, I'm not sure there's a simple way to do this now actually. It seems that replace() - which is documented in the link I posted - will only replace one character at a time, and not a list of characters.
Title: Re: What's the code for sync mp3 files without special chars in the file/foldername?
Post by: cron0sRXR8 on May 27, 2013, 07:25:18 am
thank you,

I wait for admin/programmer read my post, may be he know if it's possible!