INTERACT FORUM
More => Old Versions => Media Center 14 (Development Ended) => Topic started by: farmboybob on October 25, 2009, 02:11:23 pm
-
Hi there,
I have begun using rockbox on my ipod. I am unable to sync to mc 14 that allows transfer of flac to the hand held. I believe it is recognizing the player as ipod so thus converts to mp3 on syncing. Is there a way to transfer my flac encoded music music to the rockbox using mc 14 and not getting conversion?
Robert
-
In the options for the handheld, check what you have for conversion settings.
-
I have checked "never convert" and thus it says None of the tracks can be transferred , common errors include insufficient rights or unsupported file types. If I choose convert unsupported formats then it converts to mp3 (As I would have done on the true ipod)
Thanks for responding
-
If you go into options for your handheld, (which must be connected first), and expand the "Files and Paths" section, you should find that the last entry there allows you to specify the supported file types for the device. Try adding flac there and you should be sorted.
-marko.
-
Thank you. I had to first "add" the device as no files or paths showed on the hand held menu but now it is working great. I had been trying to fix it for the last 3 weeks so once again, THANKS!
Robert
-
Marko,
Now it recognizes file type Flac but not the Wav files. I can't seem to figure multiple types under supported types. Do you use a , a ; etc to separate the file types ?
Sorry for being not so bright about this.
Robert
-
I think it's a ; character, but no harm in trying both.
You can also use notepad to edit the entry for your device here:
C:\Program Files\J River\Media Center 14\Data\Default Resources\PDT.xml
-
You can also use notepad to edit the entry for your device here:
C:\Program Files\J River\Media Center 14\Data\Default Resources\PDT.xml
That was going to be my initial response, but, when I checked my copy of that file, the only ipod reference I could find was all on its own at the end of the file, and it went like so:
<!-- **************************************************************************************
Type 3 (iPod)
*************************************************************************************** -->
<Device>
<Type>3</Type>
<Vendor>Apple</Vendor>
<Name>iPod</Name>
<DeviceID>apple_computer__inc.&ipod</DeviceID>
<PlaylistBasePath>ROOT</PlaylistBasePath>
<EXAMPLE_iPodProductIDs>PROD_ID:MOD_NO:??:TYPE:DESC,SN:MOD_NO:??:TYPE:DESC,MOD_NO:??:??:TYPE:DESC</EXAMPLE_iPodProductIDs>
</Device>
As its entries were so very different from all the others, and in a seperate block by itself, I was wary of how MC was using this info to differentiate between all the different ipods out there.
If a "supported filetypes" <SupportedFileTypes>mp3;m4a</SupportedFileTypes> entry would work when added to the ipod block, would it affect all ipods connected to that system? I got the distinct feeling it would and so shied away from that course of action.
farmboybob, if you only ever connect the one ipod and fancy trying this option, and it works, your edited file will be replaced by the default one next time you install any version of Media Center. To preserve your customisations, create a new folder in \Data\ called "Custom Resources" and save your edited PDT.xml file in there instead. MC will then alway use your custom file so long as it exists in your custom folder.
-marko.
-
That was going to be my initial response, but, when I checked my copy of that file, the only ipod reference I could find was all on its own at the end of the file, and it went like so:
You can add a new entry.