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

           Summary: Changing a podcast URL fails
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The podcast on http://chaosradio.ccc.de/chaosradio_express.html has two
different feeds, one for the 32 latest episodes and one for all. Let's assume
you are subscribed to http://chaosradio.ccc.de/chaosradio_express-latest.rss
but want to see all episodes, so you go to "Edit" the podcast and change the
feed URL to http://chaosradio.ccc.de/chaosradio_express-complete.rss

After confirming that I really want to move the podcast to the new URL gPodder
hangs with the following error message:

Traceback (most recent call last):
  File "/home/skrause/sources/gpodder/src/gpodder/gui.py", line 2896, in
on_btnOK_clicked
    self.channel.save()
  File "/home/skrause/sources/gpodder/src/gpodder/libpodcasts.py", line 225, in
save
    db.save_channel(self)
  File "/home/skrause/sources/gpodder/src/gpodder/dbsqlite.py", line 344, in
save_channel
    cur.execute("UPDATE channels SET url = ?, title = ?, override_title = ?,
link = ?, description = ?, image = ?, pubDate = ?, sync_to_devices = ?,
device_playlist_name = ?, username = ?, password = ?, last_modified = ?, etag =
?, channel_is_locked = ?, deleted = 0 WHERE id = ?", (c.url, c.title,
c.override_title, c.link, c.description, c.image, self.__mktime__(c.pubDate),
c.sync_to_devices, c.device_playlist_name, c.username, c.password,
c.last_modified, c.etag, c.channel_is_locked, c.id, ))
sqlite3.IntegrityError: column url is not unique

-- 
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

Reply via email to