https://bugs.gpodder.org/show_bug.cgi?id=1493
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution| |FIXED Target Milestone|3.1 |3.0.4 --- Comment #3 from Thomas Perl <[email protected]> 2012-01-22 18:27:32 GMT --- Fixed: http://gpodder.org/commit/13a4500c After some considerations, I've now opted for the following format: # Podcast 1 title http://example.org/podcast1.rss # Podcast 2 title http://example.com/podcast2.xml Users wanting to have only the URL can simply grep out all lines starting with "#" like so: $ gpo list | grep -v ^# The fix will be part of the next gPodder release. Thank you for your suggestion! -- Configure bugmail: https://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
