INTERACT FORUM
More => Old Versions => JRiver Media Center 18 for Windows => Topic started 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!
-
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.
-
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 :-[ :'(
-
anyone can help me??
-
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.
-
thank you,
I wait for admin/programmer read my post, may be he know if it's possible!