View | Annotate | Download (2.9 KB)
Re-add guid patch
UNDO: Support for the <guid> RSS element
Some feeds contain episodes whose URL changes with time. (For example, to archive old episodes to a different server) Unfortunately, hpodder will see this as a new episode and re-download it.
This patch treats the <guid> RSS element, if present (the <guid> element is optional), as an additional unique identifier for an episode. If the URL for an episode with a GUID changes, the URL of the old episode will be updated and the episode will not be re-downloaded.
Support for the <guid> RSS element
s/eplastdownload/epfirstattempt/g
Rename eplastupdate -> eplastdownload
New columns in episodes
Fixed type of lastattempt to match db
Compilation fixes
Removed lastsuccess; lastupdate already covered that
Added last success data to podcasts
UNDO: Step 1 of db updates
Step 1 of db updates
More work adjusting to new type system
Start of updates for new hdbc
First set of updates for MissingH 0.18
Store estimated size in DB where available
Added lastupdate, pcenabled DB code and wrote lastupdate support in Update.hs
Checkpointing
More hspod -> hpodder renaming
Added lscasts
Lots o updates
Added Download capability Added support for per-command long help Added Update command skeleton Added global info to pass to commands
Basic feed parser is working
Working on command-line parsing
Compilation works
Work on DB stuff
Renamed to hspod
Added new code files