[gpodder-devel] Please help testing the resume and "file and folder naming" patches

  • From: thp at gpodder.org (Thomas Perl)
  • Date: Tue, 10 Feb 2009 02:30:28 -0700

Hello there!

Yesterday, we've committed the resume and "file and folder naming"
patches to the repository. This obviously needs testing, and I'd
be very happy to hear from you how it goes and where problems are
still to be found. Below you find instructions (also posted onto
the mailing list) for how to backup and restore your settings and
how you can test the new code.

Please report any feedback in the bug tracker:

   http://bugs.gpodder.org/show_bug.cgi?id=57

Thanks,
Thomas

> -------- Original Message --------
> Subject: [Bug 57] [PATCH] Podcast Files and Folder Naming
> From: gpodder-bugzilla at thegithouse.com
> Date: Tue, February 10, 2009 10:24 am
> To: thp at gpodder.org
> 
> 
> http://bugs.gpodder.org/show_bug.cgi?id=57
> 
> 
> 
> 
> 
> --- Comment #35 from Thomas Perl <thp at gpodder.org>  2009-02-10 09:24:53 ---
> (In reply to comment #34)
> > (In reply to comment #33)
> > > based on Nick's latest patches, I've finished writing the support for 
> > > podcast
> > > filename, which (I think) works quite well now, and produces "beatiful" 
> > > file
> > > names. It's in gPodder's git "master" branch. Please test and report back 
> > > any
> > > feeds that stopped working.
> > Thomas, can this patch be applied to an existing installation, i.e. an 
> > install
> > that has existing MD5 style filenames or should a new clean install be made
> > with this new version?
> 
> It _should_ work, and I'd be happy if you could test this for me. Here are the
> instructions (assuming your downloads go into ~/gpodder-downloads/ - if not,
> change the paths in the commands accordingly):
> 
> cd ~
> tar czvf ~/gpodder_config_backup.tar.gz .config/gpodder/
> tar czvf ~/gpodder_downloads_backup.tar.gz gpodder-downloads/
> 
> After that, try the version by following the instructions in the Wiki:
> http://wiki.gpodder.org/wiki/Running_gPodder_from_Git
> 
> If there is some problem, please report it (send me both your old backups and
> the results after running the new version). I don't need the
> gpodder_downloads_backup.tar.gz file as a whole, but I need a listing of it:
> 
> tar tzvf ~/gpodder_downloads_backup.tar.gz >~/gpodder_downloads_listing.txt
> 
> This way, I can re-create the directory structure before and after, and test 
> it
> locally here.
> 
> If anything goes wrong with the new version, and you want to continue with the
> old version until the bug is resolved, you can do the following:
> 
> rm -rf ~/.config/gpodder/
> rm -rf ~/gpodder-downloads/
> 
> tar xzvf gpodder_config_backup.tar.gz
> tar xzvf gpodder_downloads_backup.tar.gz
> 
> Good luck and please report how it works for you (I've tested it with my local
> data here, but would be happy to fix bugs that are encountered by testers
> before releasing it into the wild).
> 
> -- 
> Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are watching all bug changes.



Other related posts:

  • » [gpodder-devel] Please help testing the resume and "file and folder naming" patches - Thomas Perl