Registered Member
|
Hello,
I have a new Ipod nano video and i have download the last Amarok SVN. They were problems with podcasts. Amarok refused to transfer video podcast on my ipod. I had a look to the source code and i saw that the variable that enables to transfer podcast for my ipod type was not set to yes. I set it to yes and recompile. Then, podcast video were downloading on the ipod but they were played as if it was an audio podcast (no image, just sound). I get back to the source code and this what i found : The variable track->mediatype should be set to ITDB_MEDIATYPE_PODCAST for audio podcast and to 0x06 for video podcast (the constant corresponding to 0x06 does not exist in libgpod for the moment) And podcast now function fine. For artwork, i just had to modify the source code to tell amarok that my ipod support them. and everything works fine... If you want the modified source code, send me an email. Clem |
KDE Developer
|
It's not perfectly clear what you had to change: could you please post a diff? (You can create it using 'svn diff')?
|
KDE Developer
|
I re-read your post, and I think that you didn't use the current svn version: please get r748466 or newer and try again. All of your issued should be addressed.
|
Registered Member
|
My issues are not adressed in the latest SVN.
Look at lines 1304-1305, 1329-1330, 561, 494 in the file |
KDE Developer
|
The modified file that you posted, is clearly not a modified version of current svn/Amarok 1.4.8, but based on an older revision.
Could you please try Amarok 1.4.8 or update to at least r748466 and try again? (svn info will show you what revision you have) How some of your issues are addressed: - ITDB_MEDIATYPE_MOVIE | ITDB_MEDIATYPE_PODCAST = 0x06 - m_supportsArtwork = itdb_device_supports_artwork( m_itdb->device ); - m_supportsVideo is set for a nano 3g In any case, it is necessary that you have at least libgpod 0.6.0, that you correctly set your ipod model and that your FirewireGuid is known. |
Registered Member
|
Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]