From: Jonas K. <jo...@jk...> - 2019-08-16 19:02:16
|
Hi I'm trying to copy album art to the iPod, but it's not working, although itdb_track_set_thumbnails returns success. So either my iPod is not supporting it, or I'm doing something wrong. It creates the track here: https://github.com/jonaski/strawberry/blob/master/src/device/gpoddevice.cpp#L153 The functions calls itdb_track_new. The it adds the album art here: https://github.com/jonaski/strawberry/blob/master/src/device/gpoddevice.cpp#L167 Then it copies the track to the iPod using itdb_cp_track_to_ipod here: https://github.com/jonaski/strawberry/blob/master/src/device/gpoddevice.cpp#L180 I use an iPod Video 60GB 5th gen, model MA147FB I also got an iPod 80GB 6th gen, model MB029 - This one is problematic to mount on Linux, if I get it to mount at all I get "Couldn't find an iPod database on". Is it supported at all? Jonas |