First of all, please bear with me.&nbsp; I&#39;m new around here.&nbsp; As a rarity however, what I want is within my ability to fix.&nbsp; I just want input before I go off and do something stupid. <br><br>I have searched the mailing lists for both mythtv-users and mythtv-dev.&nbsp; I have seen some things discussed, but not much concluded.&nbsp; I just wanted to run things by everyone to get feedback before I start doing something dumb or useless.<br>
<br>I want to download and play podcasts.&nbsp; Nothing to fancy, just downloads, not streaming audio or video.&nbsp; I am fully aware that MythStream should be able to do this.&nbsp; I must admit however that I tried to figure out how to get it to do what I wanted and quickly gave up.&nbsp; I&#39;m reasonably good with computers, and I know if I can&#39;t do it quickly, there is no way I can expect my wife to deal with it.&nbsp; I&#39;m sure MythStream is very powerful, and clearly does lots of useful stuff, but I just want a simple automated download.&nbsp; Meaning I give it a URL, tell it how often to check, and that&#39;s it.&nbsp; It seemed much easier to set up something else.&nbsp; Anyway, that&#39;s what I did.&nbsp; I used bashpodder (very small and simple bash script - its only ~20 lines of code - <a href="http://lincgeek.org/bashpodder/">http://lincgeek.org/bashpodder/</a>).&nbsp; The first podcasts I played with were audio (mp3&#39;s).&nbsp; I simply put the script in a directory called &quot;podcasts&quot; in the MythMusic storage directory.&nbsp; I set a cron job to run bashpodder every night.&nbsp; Done and simple.&nbsp; My newly downloaded podcasts are recognized and played by MythMusic (after rescanning).&nbsp; I assume that the same thing can easily be done for video podcasts (just run bashpodder in the MythVideo storage area).<br>
<br>Anyway, here are my thoughts and questions:<br><br>1)&nbsp; Is there a command line way of telling MythMusic (and MythVideo) to scan for new files?&nbsp; After the podcasts are automatically downloaded, I have to rescan my collection for them to show up.&nbsp; It would be nice to be able to have the cron job rescan the library for me after new files were added.<br>
<br>2)&nbsp; I view my music collection by directory (my music collection was already set up nicely that way).&nbsp; I made a &quot;podcast&quot; directory within the MythMusic storage area, so they are also easy to find.&nbsp; Bashpodder dumps new podcasts in directories based on the day they are downloaded.&nbsp; First, I am planning on editing bashpodder to drop new files in directories based on what podcast they came from.&nbsp; That would work better with my audio library setup.&nbsp; Second, I am thinking of editing bashpodder to keep only a set number of files per podcast.&nbsp; By this, I mean that if I tell it to keep only 4 files for a certain podcast, it will delete the oldest file when it downloads a fifth (kind of like I do in MythTV for some series - keep at most 3 episodes and delete the oldest if there are more, etc.).&nbsp; Any thoughts on these plans?&nbsp; I can shell script and perl script well enough, so all this is doable for me.&nbsp; I just want to know if anyone knew any reasons this would be a dumb idea.&nbsp; I might rewrite the whole thing in perl, because thats what I know best.<br>
<br>3)&nbsp; In an ideal world, I would make it so that one could add new podcasts to be downloaded from within MythTV.&nbsp; I don&#39;t mind using vi to edit a URL list, but it might be nice for others if it was within MythTV.&nbsp; What I was thinking was one setup page that allowed you to add (or remove) podcasts by editing the URL, subdirectory you want the file in, and the maximum number of &quot;episodes&quot; you would want to keep.&nbsp; I looked briefly at the plugin documentation.&nbsp; It looks like everything is in C (which I don&#39;t know much in).&nbsp; I figured that what I was thinking was pretty simple, and I could probably figure out the plugin setup if I set out to do it.&nbsp; Would this seem reasonable to people as a plugin?&nbsp; Would it be worth making the plugin, or just leave it command line for my own use?&nbsp; Would calling a perl or shell script in a plugin (or setting a cron job) be bad form or against any mythTV conventions?<br>
<br>Thanks for your time and comments.<br><br>kawayanan<br>