Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  .fla and .flac files
« previous next »
  • Print
Pages: [1]

Author Topic: .fla and .flac files  (Read 1049 times)

Offline flickspot

  • Member
  • *
  • Posts: 19
.fla and .flac files
« on: May 09, 2014, 10:34:10 AM »
Hi, I own two mp3 players - one is my newly Rockboxed Clip Zip, and the other is a Cowon. The Cowon refuses to read .flac files unless they're named .fla, while on the other hand it seems that the Rockboxed Clip Zip wants the files to be named .flac. I don't like the idea of having to rename all of my current and future flac collection for each player, and more problematically I don't like the potential problems I would have of moving microSD cards between them. Is there anything I can do about this? Could the Rockbox mods consider adding .fla support?

Thanks
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: .fla and .flac files
« Reply #1 on: May 09, 2014, 10:29:26 PM »
It would certainly be possible, but it would be a little weird to add this case because of an odd decision made in an unrelated device's unrelated firmware that seems to be based around the NERO encoder using .fla instead of .flac for some reason.

If I were you I would probably just keep everything in .flac, and keep a .bat file on the Cowon that renamed the newly added content and simply run this each time I transferred some media to the device.

Something along the lines of:

Code: [Select]
for /r "< DIR >" %%x in (*.flac) do ren "%%x" *.fla
should do what you want. Saved at the top level of the storage directory you would want parsed, this would do a recursive rename of all .flac files to .fla


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  .fla and .flac files
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.076 seconds with 20 queries.