Support and General Use > Audio Playback, Database and Playlists

.fla and .flac files

(1/1)

flickspot:
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

[Saint]:
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: ---for /r "< DIR >" %%x in (*.flac) do ren "%%x" *.fla
--- End code ---

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]

Navigation

[0] Message Index

Go to full version