INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: What's the code for sync mp3 files without special chars in the file/foldername?  (Read 1113 times)

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

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!
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353

Unfortunately, I don't think there is any automated way to handle this. You could probably get something working with the replace() expression though.
Logged

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

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  :-[ :'(
Logged

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

anyone can help me??
Logged

6233638

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 5353

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.
Logged

cron0sRXR8

  • Galactic Citizen
  • ****
  • Posts: 296

thank you,

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

Logged
Pages: [1]   Go Up