Skip to content

Commit

Permalink
Merge branch 'master' of jpgarch@complete.org:git/hpodder
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoerzen committed Jan 25, 2009
2 parents 14bb33b + b295763 commit 8491555
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Config.hs
Expand Up @@ -74,7 +74,7 @@ getDefaultCP =
cp <- set cp "DEFAULT" "renametypes" "audio/mpeg:.mp3,audio/mp3:.mp3,x-audio/mp3:.mp3"
cp <- set cp "DEFAULT" "postproctypes" "audio/mpeg,audio/mp3,x-audio/mp3"
cp <- set cp "DEFAULT" "gettypecommand" "file -b -i \"${EPFILENAME}\""
cp <- set cp "DEFAULT" "postproccommand" "id3v2 -T \"${EPID}\" -A \"${CASTTITLE}\" -t \"${EPTITLE}\" --WOAF \"${EPURL}\" --WOAS \"${FEEDURL}\" \"${EPFILENAME}\""
cp <- set cp "DEFAULT" "postproccommand" "mid3v2 -T \"${EPID}\" -A \"${CASTTITLE}\" -t \"${EPTITLE}\" --WOAF \"${EPURL}\" --WOAS \"${FEEDURL}\" \"${EPFILENAME}\""
return cp

startingcp = emptyCP {accessfunc = interpolatingAccess 10}
Expand Down
20 changes: 10 additions & 10 deletions INSTALL
Expand Up @@ -3,16 +3,16 @@ Sorry, I need to work on this some more...

PREREQUISITES:

* GHC 6.6 http://www.haskell.org/ghc
* Curl http://curl.haxx.se
* id3v2 http://download.sourceforge.net/id3v2/id3v2-0.1.11.tar.gz
* hslogger http://software.complete.org/hslogger
* MissingH 0.18.0 http://software.complete.org/missingh
* GHC 6.8 http://www.haskell.org/ghc
* Curl http://curl.haxx.se
* mid3v2 from Mutagen http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
* hslogger http://software.complete.org/hslogger
* MissingH 0.18.0 http://software.complete.org/missingh
hpodder also uses these libraries that MissingH also depends upon:
FilePath, mtl
* ConfigFile http://software.complete.org/configfile
* Sqlite3 http://www.sqlite.org/
* HDBC-sqlite3 http://quux.org/devel/hdbc
* HaXml>=1.13.2 http://www.cs.york.ac.uk/fp/HaXml/
* HDBC http://quux.org/devel/hdbc
* ConfigFile http://software.complete.org/configfile
* Sqlite3 http://www.sqlite.org/
* HDBC-sqlite3 http://quux.org/devel/hdbc
* HaXml>=1.13.2 http://www.cs.york.ac.uk/fp/HaXml/
* HDBC http://quux.org/devel/hdbc

2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -10,7 +10,7 @@ Vcs-Git: git://git.complete.org/hpodder

Package: hpodder
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${haskell:Depends}, curl, id3v2
Depends: ${shlibs:Depends}, ${misc:Depends}, ${haskell:Depends}, curl, python-mutagen
Description: Tool to scan and download podcasts (podcatcher)
Podcasting is a method of publishing radio-like programs on the
Internet. Through podcasting, almost anyone can produce their own
Expand Down
4 changes: 2 additions & 2 deletions doc/hpodder-manpage.sgml
Expand Up @@ -1025,7 +1025,7 @@ podcastfaildays = 5
</para>
<para>
The default value adds ID3 tags to MP3 files. It is:
<literal>id3v2 -T "${EPID}" -A "${CASTTITLE}" -t "${EPTITLE}" --WOAF
<literal>mid3v2 -T "${EPID}" -A "${CASTTITLE}" -t "${EPTITLE}" --WOAF
"${EPURL}" --WOAS "${FEEDURL}" "${EPFILENAME}"</literal>
</para>
</listitem>
Expand Down Expand Up @@ -1225,7 +1225,7 @@ podcastfaildays = 5
<title>See Also</title>
<para>
<application>curl</application>(1),
<application>id3v2</application>(1)
<application>mid3v2</application>(1)
</para>
<para>
The &hpodder; homepage at <ulink
Expand Down

0 comments on commit 8491555

Please sign in to comment.