Skip to content

data: Don't identify episodes by their title when they have a guid

nee requested to merge nemuii/podcasts:317-allow-duplicate-titles into main

Rename episodes.rowid to id, replace the _pk title queries by a query that checks for guid first then falls back to title.

Closes #151 (closed) #204 (closed) #215 (closed) #216 (closed) #239 (closed) #317 (closed)

fixes some feeds that are currently not importing any episodes because of the primary key constraint failing during batch import. https://feeds.feedburner.com/streetfightradio for example would not import episodes without this patch.

Progress:

Edited by nee

Merge request reports