http://bugs.gpodder.org/show_bug.cgi?id=347
--- Comment #17 from Thomas Perl <[email protected]> 2009-02-25 13:38:38 --- (In reply to comment #16) > I still have the issue from comment #13. In looking at my file system, it > appears (on a quick eyeball check) that the podcast in question got moved to > the new structure. However, the old directory with podcasts still exists. So > there are two copies of the folder on my disk, but only one shows in gpodder. > > Using sqlitebrowser, I see the converted feed in the table, but I do not see > the old feed. Should I look somewhere else? Please try the follwing: $ sqlite3 ~/.config/gpodder/database.sqlite sqlite> update episodes set filename=null, auto_filename=1 where 1; sqlite> .quit -- Configure bugmail: http://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
