Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: iPod manager (Read 2252216 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[seemingly abandonware] iPod manager

Reply #2226
I'm having a problem with last played and last skipped since the 24th of July (I may have updated to a new foo_dop build near or on that that date). Since then, I've had what seem like the 1. "beginning of unix time" (1970) 2. "end of unix time" (2040) 3. "beginning of iPod time" (2001) showing up in the last played and last skipped iTunes fields.



[seemingly abandonware] iPod manager

Reply #2227
Currently, I have this under Compilation on foo_dop: $if($stricmp($directory(%_path%,2),'Various Artists'),1,0)

How do I change that code to make it so that as well as putting mp3s I have in my Various Artists folder into compilation, it will display the tracks on my iPod as "Artist - Title" ?

Code: [Select]
Artist: 
$if($stricmp($meta(album artist),$meta(artist)),$meta(artist),$meta(album artist))

Title:
$if($stricmp($meta(album artist),$meta(artist)),$meta(title),$meta(artist) - $meta(title))

Compilation:
$if($stricmp($meta(album artist),various artists),1,)

That's what works fine for me - it'll map the album artist to the artist and put the artist into the track title if artist and album artist don't match; plus it'll mark all files with an album artist of "various artists" (ignoring the case) as a compilation.


Hm, I've tried using these mappings, and the result is that the only artists that appear in my artists field are those that have an %album artist% tag... Everything with just a regular %artist% tag is blank. Any ideas? Did something change in the component that would not allow for this?

[seemingly abandonware] iPod manager

Reply #2228
I'm having a problem with last played and last skipped since the 24th of July (I may have updated to a new foo_dop build near or on that that date). Since then, I've had what seem like the 1. "beginning of unix time" (1970) 2. "end of unix time" (2040) 3. "beginning of iPod time" (2001) showing up in the last played and last skipped iTunes fields.
What model do you have, iPhone/iPod touch with 3.0 software?

Edit: It should hopefully be better in next build.
.

[seemingly abandonware] iPod manager

Reply #2229
Firstly, a huge thank you for the plugin. I've been using it for about two months and it had been fantastic.

One request though, would it be possible to add support for audiobooks that are in foobar compatible formats? iTunes can now sort these as audiobooks using the media kind setting.

[seemingly abandonware] iPod manager

Reply #2230
Anything with .m4b extension should get sent as an audiobook.

But for other files - I'll look into adding support for setting MEDIA KIND to "audiobook".
.

[seemingly abandonware] iPod manager

Reply #2231
Hi,

Yes it is possible without jailbreaking (that's how the component and iTunes works).

It is difficult for me to recommend anything - if there was some kind of shell for foobar2000 to browse files that way I would recommend that. I might cobble something simple together at some point.

I know someone else used iPhoneExplorer. A long time ago someone used Manzana - no idea if that is still working..

Using anything like those might fall apart though depending on how good their error reporting is. My suspicion is that that file is present but something is wrong with it at the filesystem level. If it is present, if you are able to delete it that might sort it.

You could try adding the file to a playlist in foobar2000, via 'File/Add location' and seeing what happens. You would put "applemobiledevice://<UID from console>:/iTunes_Control/iTunes/iTunesCDB.dop.backup" (without quotes) as the path. (Alternatively you could adapt the path of a song on the device). Then if it adds, try using the delete file command on it (and check the console). You could then try changing the filename from iTunesCDB.dop.backup to something that definitely doesn't exist and comparing the results when you try the delete file command on that.

Edit: I found the proper meanings of the error codes. The meaning of code 3 seems to be "No resources are available for the requested operation". Make of it what you will....


So I finally got around to trying your recommendations.  First I deleted that file in the iPhone and tried to resync, same thing, errors and no music.  Then I did a restore and synced, same thing errors and no music.  This is really starting to frustrate me, should I update to the latest foo_dop since I downgraded initially after having this problem on the 3rd?

[seemingly abandonware] iPod manager

Reply #2232
Strange, I don't see any changes in latest version that could cause that. Please see your PM... Thanks
.

 

[seemingly abandonware] iPod manager

Reply #2233
0.6.5.3 released.

This adds support for setting any audio file as an audiobook by setting the MEDIA KIND field to "audiobook". I tested it on my iPod classic, though I know behaviours can vary between models so please report back if you have any issues with it..

I also added support for converting files above a set bitrate.

I'm having a problem with last played and last skipped since the 24th of July (I may have updated to a new foo_dop build near or on that that date). Since then, I've had what seem like the 1. "beginning of unix time" (1970) 2. "end of unix time" (2040) 3. "beginning of iPod time" (2001) showing up in the last played and last skipped iTunes fields.
Can you let me know if you get any more tracks showing up with funny dates with the new version? Thanks
.

[seemingly abandonware] iPod manager

Reply #2234
0.6.5.3 released.
This adds support for setting any audio file as an audiobook by setting the MEDIA KIND field to "audiobook".


Fantastic, thank you for this. Works like a charm.

[seemingly abandonware] iPod manager

Reply #2235
Quote
This adds support for setting any audio file as an audiobook by setting the MEDIA KIND field to "audiobook".


Sadly does not work on an iPod Touch with OS 3.0

Edit M4B's show up under Audiobooks, MP3's don't

[seemingly abandonware] iPod manager

Reply #2236
If you set Media Kind in iTunes for an mp3 to Audiobook, and send that over using iTunes, that shows up in the right place? If that is right, if you can send me a backup of iTunes Library.itlp folder from the iPod with the working mp3 audiobook then I can have a look.. Thanks

(You took out the quotes, right?)
.

[seemingly abandonware] iPod manager

Reply #2237
If you set Media Kind in iTunes for an mp3 to Audiobook, and send that over using iTunes, that shows up in the right place? If that is right, if you can send me a backup of iTunes Library.itlp folder from the iPod with the working mp3 audiobook then I can have a look.. Thanks

(You took out the quotes, right?)


Ah, don't have iTunes on my laptop, will try it out on my desktop later, does it have to be done via iTunes btw, what about Mp3Tag?

[seemingly abandonware] iPod manager

Reply #2238
Well the point is to check why it didn't work when you sent it using foo_dop, MP3Tag doesn't help with that.

But you did set MEDIA KIND in foobar2000 to audiobook in the track's properties before sending, right?
.

[seemingly abandonware] iPod manager

Reply #2239
Well the point is to check why it didn't work when you sent it using foo_dop, MP3Tag doesn't help with that.

But you did set MEDIA KIND in foobar2000 to audiobook in the track's properties before sending, right?


Yes, I created a new tag called "MEDIA TYPE" set it to "audiobook" then sent it to my iPod Touch

[seemingly abandonware] iPod manager

Reply #2240
Ah, but MEDIA TYPE or MEDIA KIND ?
.

[seemingly abandonware] iPod manager

Reply #2241
Oh, silly me, that worked :S

[seemingly abandonware] iPod manager

Reply #2242
Great

(It should probably be TYPE rather than KIND but I used Apple/iTunes terminology when I chose that field name some time ago...)
.

[seemingly abandonware] iPod manager

Reply #2243


BTW Is it possible to do the same thing with podcasts?

[seemingly abandonware] iPod manager

Reply #2244
Hi musicmusic,

I had no problems with the Classic. All went very well, but when I tried with a 4G v3.1.1, they show in iTunes in the Audiobook folder which is great, but do not show as an audiobook on the iPod. In the Audiobook screen, it is a blank (I have no other audiobooks on the 4G iPod).
Surf's Up!
"Columnated Ruins Domino"

[seemingly abandonware] iPod manager

Reply #2245
BTW Is it possible to do the same thing with podcasts?
They are a bit more complicated unfortunately..

Hi musicmusic,

I had no problems with the Classic. All went very well, but when I tried with a 4G v3.1.1, they show in iTunes in the Audiobook folder which is great, but do not show as an audiobook on the iPod. In the Audiobook screen, it is a blank (I have no other audiobooks on the 4G iPod).
Similar question, if you set an mp3 as an audiobook in iTunes (under Get Info/Options) does that show up correctly when you send it over?
.

[seemingly abandonware] iPod manager

Reply #2246
I have the same issue with iTunes. The mp3's are sent over as audiobooks, but they do not show as such on the iPod. Can I assume then that v3.1.1 cannot handle mp3's as audiobooks?
Surf's Up!
"Columnated Ruins Domino"

[seemingly abandonware] iPod manager

Reply #2247
If it doesn't work with iTunes, then unfortunately it would seem so.. Do they appear anywhere though when sent with foo_dop or iTunes? If the iTunes ones show up in the normal music menu, but the foo_dop ones don't I will have to change that on my side so the foo_dop ones show up there at least instead.
.

[seemingly abandonware] iPod manager

Reply #2248
They show as regular "Music" files (Artist, Album, etc.) when sent by iTunes and foo_dop. So, there is no issue in that regard.
Surf's Up!
"Columnated Ruins Domino"

[seemingly abandonware] iPod manager

Reply #2249
I'm having an issue enabling disk use in itunes, I check off the box and hit apply, iTunes then freezes for 3-5 minutes and then comes back up. The button stays checked so I check my computer and the iPod still doesn not show up as an external disk. I eject the ipod, close itunes. Unplug the ipod, plug it back in and itunes opens up again with the setting unchecked and it is still not showing in my computer.