Hi Art<br><br><div><span class="gmail_quote">2006/10/1, Art Alexion <<a href="mailto:art.alexion@gmail.com">art.alexion@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for trying to help, but I think you misunderstood what I was trying to<br>do.  I didn't want to import my podcast links/urls -- I can do that manually<br>and easily.<br><br>I wanted to import previously downloaded media so that amarok would recognize
<br>it as part of a podcast rather than just another mp3 in my library.<br><br>Can that be done?</blockquote><div><br>I believe it can, but only by adding the correct paths of the files to the database directly.<br>If you really want to try it here are some suggestions:
<br>- Let Amarok import the existing subscription list (eather via OPML, manualy or own import script).<br>- Parse the downloaded files information from bashpodder (if there is any).<br>- use `dcop amarok collection query "UPDATE podcastepisodes SET localurl='<local file>', isNew=0 where url='<episode url>'; ` to fill in the database. The isNew prevents files to be downloaded again.
<br>- Don't keep your podcasts in a folder part of the collection unless you want them to show up in a dynamic playlist.<br><br>Hope this helps.<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don't mind tinkering with file names or minor data files to make it work.<br><br><br>On Thursday 28 September 2006 18:24, Jeff Mitchell wrote:<br>> On Thursday 28 September 2006 17:05, Cerneels Bart wrote:<br>> > Renaming files would leave the database and the local cache inconsistent
<br>> > unless it's managed by AFT. But I don't know if AFT works for podcasts.<br>> > As for the id3 info: I don't think changing that will cause problems.<br>> ><br>> > > Another question, I have been in the habit of trying to rename my
<br>> > > downloaded<br>> > > podcast files to something more meaningful.  Am I correct that if I do<br>> > > that<br>> > > with an amarok managed podcast that renaming a file will screw up
<br>> > > amarok's management?  How about just editing id3 tags?<br>><br>> AFT watches any file that's in your Collection, so if your podcasts are in<br>> your Collection, it'll work so far as the Playlist goes.  However, it
<br>> doesn't (yet) do anything with the podcast database code, so renaming a<br>> downloaded podcast file will cause inconsistencies.  Adding support<br>> shouldn't be too bad, but I don't have time to do it anytime real soon, and
<br>> besides I know nothing about the podcast code.<br>><br>> Bert -- might this be something you can work on?  Look at the fileMoved,<br>> fileAdded, fileDeleted (all variations of those) and uniqueIdChanged
<br>> signals from CollectionDB, if you want to give it a try.<br>><br>> --Jeff<br>> _______________________________________________<br>> Amarok mailing list<br>> <a href="mailto:Amarok@kde.org">Amarok@kde.org
</a><br>> <a href="https://mail.kde.org/mailman/listinfo/amarok">https://mail.kde.org/mailman/listinfo/amarok</a><br><br>--<br><br>_____________________________________________________________<br>Art Alexion<br>Arthur S. Alexion LLC
<br><br>PGP fingerprint: 52A4 B10C AA73 096F A661  92D2 3B65 8EAC ACC5 BA7A<br>The attachment - signature.asc - is my electronic signature; no need for<br>alarm.<br>Info @<br><a href="http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html">
http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html</a><br>_____________________________________________________________<br><br><br>_______________________________________________<br>Amarok mailing list
<br><a href="mailto:Amarok@kde.org">Amarok@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/amarok">https://mail.kde.org/mailman/listinfo/amarok</a><br><br><br><br></blockquote></div><br>