I see what I had done to get around this. I found a podcast without a feed, they expected me to log into their website to listen to it, I wanted it on my iPod instead, so I made a feed for myself.
I made several scripts that ran automatically.
- I created a scheduled batch file to:
- Execute a javascript program to generate an XML file that was an RSS Feed to look like a podcast feed with any data I wanted. So the script created the date so the feed would be in order, and pointed to the file that was located online.
- Execute FTP commands to upload the XML file to a web server I had access to.
- Then scheduled batch file that executed a javascript program that told iTunes to get the feed after the batch file was executed.
There are some limitations to this:
- The audio files need to be online (Google Drive could be used for this, though it may need additional software)
- The XML file needs to be generated for the tracks you want to have in the feed. (could be done through scripting and selections of the tracks)
- iTunes would need to subscribe to your feed (not sure if Google Drive would support this or not, I would have to experiment)
- You would have to be OK with the files being on Google drive, but they would not need to be public, so there is no concern about others getting to your files.
- Apple's iCloud does not support FTP or web access for the RSS feed.
- FTP is inherently insecure as the password is not protected. For better security, SFTP should be used, and I don't know if that can be automated or not.
To go back to your questions:
- The folders are based on the ID3 tags in the files. If you set the Album tag on the file and saved it to the file, then it would go into the folder with the album name. You can do this with an ID3 tag editor, Windows Explorer, or iTunes.
iTunes instructions:
Set the Album Tag:
Select 1 or more tracks, right click and choose Song Info (if it is still a song) or Podcast Info (If it is a Podcast already)
In the window enter the album name you want them to have, click OK to save.
iTunes does not save the tags automatically, you have to force it to write out the tags.
Select the tracks, click on File->Convert->Convert ID3 Tags, check ID3 tag version, set the drop down to v2.4, click OK.
If the album name is set in the ID3 tags and saved to the MP3 file it will go into the folder of the album name every time you import it into iTunes.