root / Types.hs

Types.hs

View | Annotate | Download (2.9 KB)

# Date Author Comment
fabc996d 10/19/2007 02:50 AM John Goerzen

Re-add guid patch

9f25093a 09/29/2007 10:44 PM Jason Creighton

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.

79374f3f 09/29/2007 10:44 PM Jason Creighton

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.

2c8d5218 07/29/2007 07:10 AM John Goerzen

s/eplastdownload/epfirstattempt/g

1d607ac7 07/29/2007 07:05 AM John Goerzen

Rename eplastupdate -> eplastdownload

4a6518fd 07/29/2007 06:45 AM John Goerzen

New columns in episodes

f04d79cd 07/29/2007 04:39 AM John Goerzen

Fixed type of lastattempt to match db

15bdecf2 07/29/2007 04:22 AM John Goerzen

Compilation fixes

4ab964ac 07/29/2007 01:42 AM John Goerzen

Removed lastsuccess; lastupdate already covered that

2808de5b 07/29/2007 01:30 AM John Goerzen

Added last success data to podcasts

94ac6c56 05/04/2007 09:56 PM John Goerzen

UNDO: Step 1 of db updates

47ffd2d7 05/04/2007 09:56 PM John Goerzen

Step 1 of db updates

c5ab9663 05/04/2007 01:45 AM John Goerzen

More work adjusting to new type system

5d89b041 05/03/2007 03:53 AM John Goerzen

Start of updates for new hdbc

468b1da7 12/08/2006 05:38 PM John Goerzen

First set of updates for MissingH 0.18

3ef5a1f2 11/23/2006 12:53 PM John Goerzen

Store estimated size in DB where available

384dbe22 07/25/2006 02:26 AM John Goerzen

Added lastupdate, pcenabled DB code and wrote lastupdate support in Update.hs

f5e18533 06/28/2006 04:33 PM John Goerzen

Checkpointing

48a5bf97 06/28/2006 02:20 PM John Goerzen

More hspod -> hpodder renaming

9bbd61cd 06/28/2006 08:26 AM John Goerzen

Added lscasts

13fec1cf 06/28/2006 07:35 AM John Goerzen

Lots o updates

Added Download capability
Added support for per-command long help
Added Update command skeleton
Added global info to pass to commands

a7779655 06/28/2006 06:19 AM John Goerzen

Basic feed parser is working

24a8baf3 06/28/2006 02:58 AM John Goerzen

Working on command-line parsing

0442bcae 06/28/2006 01:33 AM John Goerzen

Compilation works

4fd43e40 06/28/2006 12:48 AM John Goerzen

Work on DB stuff

9f58a807 06/27/2006 09:14 PM John Goerzen

Checkpointing

8a42cc73 06/27/2006 07:46 PM John Goerzen

Renamed to hspod

818ea60c 06/27/2006 07:45 PM John Goerzen

Added new code files