forked from dvehrs/podget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
630 lines (471 loc) · 27.6 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
podget (0.8.8) unstable; urgency=low
* Mac OS Issues: Added gstat and gdate dependencies, updated man page to
include a cronjob example with additional directories added to the PATH
variable, updated INSTALL file with a more verbose description of what
might need to be done. Thanks to Andrew Scott (scottmeup on Github) for
discovering these issues and assisting in finding solutions.
* Expanded description for automatic cleanup for new podgetrc files.
-- Dave Vehrs <[email protected]> Tue, 19 Jan 2021 13:43:53 -0700
podget (0.8.7) unstable; urgency=low
* Unified option filtering into single function.
* Replaced 'eval' statements with 'printf' statements.
* Removed FEED_FULL_PLAYLIST from Debug statements prior to it being needed.
* Fixed playlist cleanup to skip global playlists newer than the cleanup date.
Thanks to Kevin Wisher (kwisher on Github) for reporting this.
* Added test for shopt inherit_errexit support to verify that at least Bash
version 4.4 was installed. Thanks to Jude DaShiell for reporting the issue.
* Thanks to Eric Cook ([email protected]) for submitting a patch that updated the way
required GNU applications are called simplifying script support, and added
support for FreeBSD, NetBSD and OpenBSD.
* On a per feed basis, added option flags to set WGET to disable SSL
certificate verification and which network address family (IPv4 or IPv6) it
should prefer when DNS provides a few choices.
* Updated manpage and moved away from txt2man conversion.
-- Dave Vehrs <[email protected]> Sat, 17 Oct 2020 12:14:28 -0600
podget (0.8.6) unstable; urgency=low
* Improved DEBUG to allow it to be set from command line.
* Fixed FILENAME_FORMATFIX9 to include a dash ('-') in removed part.
* Applied patch inspired by Bob Hepple (bhepple on Github) to allow for
items on server lists to have both blank categories and names. Many
thanks for the great idea and help testing it.
* Updated man page.
* Fixed automatic creation of serverlist file so that core configuration
file was read prior to testing for existence of the file. Thanks to
Corin-EU for reporting this issue on Github.
* Fixed Cleanup Loop to work based on individual file modification times
from each playlist. Thanks to StanESmith for reporting this issue on
Github.
* Fixed FILENAME_FORMATFIX9 to cleanup one more formatting issue. Thanks
to Gerhard Großmann (charakterziffer) for reporting this issue on Github.
* Converted implicit to explicit escaping in double quoted strings
(example: '\n' to '\\n')
* Changed display of "Build OPT_FEED_PLAYLISTs" to only be shown if an
active feed is configured to use it.
* Changed display of UTF loop messages from verbosity 3 to debug.
* Changed ATOM_FILTER statements to not require quotes.
* Removed EXPR statements from individual playlist creation.
-- Dave Vehrs <[email protected]> Fri, 27 Sep 2019 09:39:47 -0600
podget (0.8.5) unstable; urgency=low
* Fixed OPML Import to favor xmlUrl of htmlUrl. Thanks to kuba-orlik
on Github.
* Added checks for GNU versions of two commands to enable support for
Mac OSX. Thanks to Bruce Ingalls (bingalls on Github) for the
inspiration for these changes and his assistance in making them work.
* User Contributed Script: pod2player.sh by Bruce Ingalls. A BASH
script to easily move media files to a player device.
-- Dave Vehrs <[email protected]> Wed, 07 Jun 2017 14:34:22 -0600
podget (0.8.4) unstable; urgency=low
* Replaced sections where errexit was disabled.
* Fixed Changelog to show correct version for 0.8.3 released on October 7,
2016.
* Fixed removal of leading or trailing whitespace from a Feed name to include
support for removing tabs. Thanks to Corin-EU for reporting on Github.
* Added OPT_FEED_PLAYLIST_NEWFIRST and OPT_FEED_PLAYLIST_OLDFIRST support to
serverlist parsing to enable the creation and updating of playlists of
all items (not just new) for a feed. Thanks to Capturts for requesting the
feature on Github and DrAzraelTod for submitting an example for inspiration.
-- Dave Vehrs <[email protected]> Fri, 24 Mar 2017 11:19:24 -0600
podget (0.8.3) unstable; urgency=low
* Improved feed handling to allow for correct handling of feeds with either
descending sort order (newest to oldest [DEFAULT]) or ascending sort
order (oldest to newest). Ascending enabled with OPT_FEED_ORDER_ASCENDING
tag in the serverlist file for the feed.
* A few new Shellcheck fixes.
-- Dave Vehrs <[email protected]> Fri, 07 Oct 2016 10:26:41 -0600
podget (0.8.2) unstable; urgency=low
* Completed replacement of arithmetic comparison to shell built-in '(())'
* Replace use of test '[]' with shell built-in new test '[[]]'
* Added replacement of spaces in URLs with '%20' to address bug submitted by
Piyush Purushothaman.
* Thanks to Kevin Wisher for reporting an conflict between errexit being
enabled and WGet exiting with a 403 error. Modified function to capture
the exit status and determine how to proceed based on it.
-- Dave Vehrs <[email protected]> Tue, 12 Jul 2016 09:10:17 -0600
podget (0.8.1) unstable; urgency=low
* Kitcat490 on Github reported that version 0.8 was failing to load new
configuration files because the tagged version number was not being parsed
correctly. Turns out the issue was due to the new version having a two
number version rather than the three that older versions commonly had.
Updated the parsing strings to work with 2, 3 or more sections.
* Cleanup of approximately 28 Shellcheck reported issues.
* Attempt to make script more readable by replacing use of test '[]' for
arithmetic comparisons with shell built-in '(())'.
* Enabled Extended Pattern Matching (shopt -s extglob)
* Small cleanup of output text.
-- Dave Vehrs <[email protected]> Wed, 08 Jun 2016 11:01:53 -0600
podget (0.8) unstable; urgency=low
* Thanks to hugh-m on Github for reporting Podget's lack of support for Atom
feeds and for helping to test our first implementation of a few options
this new feed type.
* Added support for Atom feeds along with a few serverlist options
(ATOM_FILTER_SIMPLE, ATOM_FILTER_TYPE, & ATOM_FILTER_LANG)
-- Dave Vehrs <[email protected]> Sun, 05 Jun 2016 10:43:09 -0600
podget (0.7.14) unstable; urgency=low
* Thanks to angoongo for submitting a report for an unbound variable error.
* Thanks to Chris for reporting issue that lead to the development of a
function to prefix filenames with their modification dates
(OPT_FILENAME_RENAME_MDATE).
* Modified filename renaming to properly respect the force option (--force),
this affects OPT_FILENAME_LOCATION, OPT_CONTENT_DISPOSITION,
OPT_FILENAME_RENAME_MDATE, and FILENAME_SUFFIX.
* Restored modified filename handling immediately around the wget download
commands. Fixed a misguided attempt at script cleanup that resulted in
an error with iTunes feeds reported by Francois Marier.
-- Dave Vehrs <[email protected]> Tue, 10 May 2016 14:02:23 -0600
podget (0.7.13) unstable; urgency=low
* Thanks to Marcus Stollsteimer for submitting corrections to the man pages
and help text.
* Thanks to Marcus Stollsteimer for reporting a bug in the REMOVE_URL function
where we failed to account for a suitable delimiter character in a sed
statement. By moving the offending sed statement after our test for
suitable character the issue was resolved.
-- Dave Vehrs <[email protected]> Wed, 30 Mar 2016 16:31:11 -0600
podget (0.7.12) unstable; urgency=low
* Thanks to Filip Szymański for reporting a second unbound variable error.
* Thanks to Marcus Stollsteimer for submitting a couple of patches for the
INSTALL and Makefile files on Github. Both have been merged.
-- Dave Vehrs <[email protected]> Sat, 19 Mar 2016 10:45:08 -0600
podget (0.7.11) unstable; urgency=low
* Thanks to Willem and our friends at Arch for reporting that we had an
unbound variable error when using the --create-config functions. Fixed by
setting a default for DEBUG that can be used at this stage and modified
later by the value in a users configuration file.
* General cleanup.
-- Dave Vehrs <[email protected]> Sat, 19 Mar 2016 06:25:54 -0600
podget (0.7.10) unstable; urgency=low
* Many thanks to Nicolae Lucian Sandor for his work on proving that we can use
wget's --content-disposition and --server-response flags. With these enabled,
we have been able to rename files based on values held in the
Content-Disposition or Location tags. Without his inspired ideas these
updates would not have been possible.
* Thanks to ael for reporting an unbound variable (BINARY_ICONV). I changed
how I was checking for it's installation and didn't catch all the necessary
updates.
* Thanks to Francois Marier for reporting a couple issues with the new
DIRECTORY_CHECK function that had evaded my testing.
-- Dave Vehrs <[email protected]> Thu, 17 Mar 2016 17:07:36 -0600
podget (0.7.9) unstable; urgency=low
* Many thanks to Filip Szymański for pointing out that while I had updated
the Podget script to GPLv3, I failed to update the COPYING file included
in the package. This was a small but important oversight and it has
now been corrected.
* Fixed grep statement in REMOVE_URL to search for '--fixed-strings' so that
certain characters (like ^) were not interpreted as regular expressions.
* Added DIRECTORY_CHECK function to verify that none of the characters
listed in FILENAME_BADCHARS are used in directory names.
* Updated FILENAME_CHECK to match FILENAME_BADCHARS testing from
DIRECTORY_CHECK, and made both checks work with variable indirection.
-- Dave Vehrs <[email protected]> Sun, 08 Nov 2015 14:21:05 -0700
podget (0.7.8) unstable; urgency=low
* Fixed error when changing number of days to cleanup. Thanks to Kevin
Wisher for the report!
* General cleanup of a few potential issues reported by shellcheck
-- Dave Vehrs <[email protected]> Sat, 10 Oct 2015 16:08:55 -0600
podget (0.7.7) unstable; urgency=low
* Fixed CLEANUP_AND_EXIT function to suppress extra blank line produced
while in silent mode (verbosity=0). Thanks to Colin Turner and Brad
Beyenhof for reporting this issue.
* Added REMOVE_URL function to remove entries from the LOG_FAILED when they
later successfully download. Thanks to Luci Sandor for reporting this and
submitting an idea that grew into this function.
-- Dave Vehrs <[email protected]> Sun, 04 Oct 2015 14:01:26 -0600
podget (0.7.6) unstable; urgency=low
* Removed 'Last Modified' from podget header because of conflicts it was
causing with git and building Debian packages. Also removed 'Created'
because it was unneeded.
* Updated parsing of Feed pages to account for newlines in enclosure tags.
Thanks to Todd Harbour for the patch.
* Fixed OPML and Pcast feed imports to disable 'errexit' while running grep
tests. Thanks to Jude DaShiell for reporting the issue.
* Added improved handling for unset --import_opml, --export_opml and
--import_pcast values. Thanks again to Jude for reporting the issue.
-- Dave Vehrs <[email protected]> Wed, 06 May 2015 11:32:57 -0600
podget (0.7.5) unstable; urgency=low
* Fixes to concurrent session checking procedure.
* Suppress two warning messages when command-line options override
configuration file and --silent has been specified on the command-line.
Thanks to Willem for pointing out this issue.
* Patch submitted by Dan Rich for improved removal of extra spaces from
start or end of a feed name after removing username & password. Used in
two places. Thanks.
* Patch submitted by Dan Rich that removed extra '=' when username was added
to the wget options. Thanks again.
-- Dave Vehrs <[email protected]> Fri, 12 Dec 2014 15:01:18 -0700
podget (0.7.4) unstable; urgency=low
* Fixes to man page. Thanks again to Willem.
* Fixes to recent filters. Thanks again to Willem.
* Fixes to cleanup loop checks. Thanks to Andi.
* Added check to remove downloaded file if download exits with error and
size equals zero.
-- Dave Vehrs <[email protected]> Mon, 27 Oct 2014 14:50:43 -0600
podget (0.7.3) unstable; urgency=low
* Continued script cleanup.
* Added new function to remove temporary files when script exits.
* Added function to test local configuration and log file names.
-- Dave Vehrs <[email protected]> Wed, 20 Aug 2014 15:13:56 -0600
podget (0.7.2) unstable; urgency=low
* Fix for --silent. It was outputting a single black line that needed to be
suppressed for verbosity < 1. Thanks to Willem for reporting it.
-- Dave Vehrs <[email protected]> Mon, 11 Aug 2014 10:26:35 -0600
podget (0.7.1) unstable; urgency=low
* Converted unix2dos statement to a sed statement to reduce dependencies.
* Added exit statement after configuration files created with --create-config
to allow the user to adjust the files prior to any actual downloading.
(Thanks to Willem and our friends at Arch Linux).
* Added check to see if --create-config was issued with a filename that
is already in use. Exited with error that informs the user of their choice
to delete the old file or use a different name. (Thanks again to Willem).
* Updated check for PLAYLIST_NAME. (Thanks again to Willem).
* Added checks for NO_PLAYLIST.
* Updated MAN page. (Thanks yet again to Willem).
-- Dave Vehrs <[email protected]> Sun, 10 Aug 2014 10:07:16 -0600
podget (0.7.0) unstable; urgency=high
* Modified configuration file format. Users will need to update their
configuration files before continuing use of podget. If older
configuration files are detected, podget will automatically exit.
* Code Cleanup. Worked to standardize variable naming, etc.
* Added 'SUFFIX' option to tag all new podcast filenames with a suffix
to make it easy to run subsequent scripts to modify the newly downloaded
files. For example, these scripts may use id3v2 to standardize the genre
of the files or use mp3gain to normalize the volumes.
* Enabled shell attributes for errexit, pipefail and nounset. These should
help to make a more robust and less error-prone script.
-- Dave Vehrs <[email protected]> Fri, 8 Aug 2014 08:47:29 -0600
podget (0.6.18) unstable; urgency=low
* Added new ability to handle authentication for premium podcasts by the
user adding a couple tags (USER: and PASS:) to the podcast description in
their serverlist file. Many thanks to Dan Rich and Stephen Michael Blott
for their ideas and suggested implementations. After mixing their ideas
with the need for backwards compatibility, we've come up with a solution
that needs more testing but hopefully will work for all.
-- Dave Vehrs <[email protected]> Mon, 19 May 2014 05:13:30 -0600
podget (0.6.17) unstable; urgency=low
* Added default for playlist creation to automatically create playlist unless
disabled on the command line or in configuration file to resolve bug
reported by Yuri D'Elia (Debian Bug #742905)
* Divided creation of configuration directory and files up into three parts
to provide greater error reporting possibilities. Expands opportunities
to use them as well. (need to expand man page to show how & when)
* Fixed bug with handling of playlist creation and individual podcast feed
playlists
* Added header to podgetrc file that includes version string that can be
checked to determine if any updates should be applied to it
-- Dave Vehrs <[email protected]> Fri, 28 Mar 2014 15:32:39 -0600
podget (0.6.16) unstable; urgency=low
* Added option for to disable playlist creation.
* Added filename_formatfix10 to extract the podcast episode name from the
enclosure URLs within Apple ITunes feeds. Thanks to Francois Marier for
reporting the issue.
* Thanks to Chris Elvidge for helping to find and fix a few bugs with
date_format, and configuration file parsing.
-- Dave Vehrs <[email protected]> Wed, 26 Mar 2014 10:18:34 -0600
podget (0.6.15) unstable; urgency=low
* Moved session files to be created and stored in /tmp by default rather than
the old location ${HOME}/.podget. Also created dir_session configuration
file variable so the user can reassign as they desire.
* Added test for ownership of session files so multiple users can use the
same session directory and their sessions won't conflict with each other.
* Fixed so that podget can properly handle spaces in filenames.
* Include patch by Simon Rutishauser to enable export of the server list as an
OPML file.
-- Dave Vehrs <[email protected]> Tue, 17 Aug 2013 16:04:21 -0600
podget (0.6.14) unstable; urgency=low
* Updated filename format fix checks so that they do not produce an error if
that fix is not defined in your podgetrc.
* Created filename_formatfix9 to address issues with the Audioboo feed URL
format. Removes "?keyed=true&source=rss" from the enclosure URL. Tried
to make the string matches as generic as possible so that it might work for
other feeds. Issue submitted on Sourceforge as bug #3609600 by Markus.
Many thanks!
-- Dave Vehrs <[email protected]> Tue, 5 Apr 2013 09:27:01 -0600
podget (0.6.13) unstable; urgency=low
* Update to default podgetrc contents to further explain the Smodcast fixes.
-- Dave Vehrs <[email protected]> Tue, 29 Mar 2013 16:20:31 -0600
podget (0.6.12) unstable; urgency=low
* Smodcast issue reported by Stephen (stallmer) on Sourceforge in Bug ID
3605008. Created filename format fix that works in conjunction with
filename_formatfix4 to resolve the issue.
* Moved all of the filename format fixes but 1 to a new function. This cleans
up the main loop making it easier to understand and maintain.
-- Dave Vehrs <[email protected]> Tue, 29 Mar 2013 14:52:10 -0600
podget (0.6.11) unstable; urgency=low
* Update to filename_formatfix to correct for feeds that place the name of
the file to be downloaded in the parameter media_url=. Issue reported with
the Radio France feeds by tom-angoumoisin on March 6, 2013
* Experimenting with order of filename format fixes. Those with more specific
exclusionary conditions go first. More generic last.
-- Dave Vehrs <[email protected]> Tue, 16 Mar 2013 11:25:10 -0600
podget (0.6.10) unstable; urgency=low
* Update to filename_formatfix to correct for trailing characters on
enclosures for the zdf.de podcasts. Issue submitted by Joerg Schiermeier on
Jan 20, 2013. Thanks.
* Fixed to display of filenames while marking older podcasts as downloaded
with the --recent option. Rather than display the current filename for
each item, it would display the last modified filename repeatedly. Fixed
to display the filename of the item being marked as downloaded.
* Refined the filename_formatfix to correct filenames downloaded from
Vimcasts.org. Filename modification is now simpler and easier to
understand.
-- Dave Vehrs <[email protected]> Tue, 30 Jan 2013 08:30:15 -0700
podget (0.6.9) unstable; urgency=low
* Update to filename_formatfix to correct for "?referrer=rss" being added to
all filenames downloaded from Vimcasts.org. Bug submitted by Andi (apoisel)
on Dec 19, 2012. Thanks.
* Update to use mktemp to create temporary file for playlist sorting. If
mktemp is not available, the script falls back to trying to use tempfile.
Bug submitted by Scheini-72 on Aug 20, 2012. Thanks.
-- Dave Vehrs <[email protected]> Thu, 27 Dec 2012 14:51:20 -0700
podget (0.6.8) unstable; urgency=low
* Updates for Debian Package.
* Fixed version string in podget to be 0.6.8
-- Dave Vehrs <[email protected]> Sat, 2 Dec 2012 11:29:30 -0700
podget (0.6.7) unstable; urgency=low
* Fixed Bug #3146457 reported on Sourceforge by oaolsen. Fixes urls with
ampersands in them. Thanks.
* Fixed Bug #3021524 reported on Sourceforge by thebreaker. Fixes running
session detection. Thanks.
* Fixed podgets verbosity with a patch submitted by Norman Rasmussen. And
fixed my email address in the script. Thanks.
-- Dave Vehrs <[email protected]> Sat, 14 Apr 2012 11:28:55 -0700
podget (0.6.6) unstable; urgency=low
* Fixed Bug #666149 reported by Elena Grandi via the Debian reporting system.
Playlist names were being created with spaces that would break some lines.
Added quotes to prevent. Thanks.
-- Dave Vehrs <[email protected]> Wed, 4 Apr 2012 15:47:55 -0700
podget (0.6.5) unstable; urgency=low
* Added version reporting flags (-V or --version), so people can test to see
what version they have installed.
-- Dave Vehrs <[email protected]> Wed, 4 Apr 2012 15:30:00 -0700
podget (0.6.4) unstable; urgency=low
* Fixed enclosure bug.
* Fixed error checking for successful wget run.
-- Dave Vehrs <[email protected]> Fri, 19 Nov 2011 10:44:00 -0700
podget (0.6.3) unstable; urgency=low
* Fixed tempfile bug/typo.
* Fixed -f and --force to redownload existing files, including fix to
wget base options.
-- Dave Vehrs <[email protected]> Fri, 18 Nov 2011 11:29:02 -0700
podget (0.6.2) unstable; urgency=low
* Added use of the tempfile command to the playlist sorting per Renalt
Sabitov's idea and bug report (via Debian).
-- Dave Vehrs <[email protected]> Fri, 16 Sep 2011 18:00:19 -0700
podget (0.6.1) unstable; urgency=low
* Various fixes for Debian Lintain reports.
-- Dave Vehrs <[email protected]> Wed, 14 Sep 2011 12:56:19 -0700
podget (0.6) unstable; urgency=low
* Added date substitutions to the feed category per David Willmore's
feature request (#1652606). Thanks.
* Reversed order of filename character modifications and format fixing.
* Fixed error reports to go to stderr.
* Added more custom error/exit codes to simplify debugging.
* Added another filename format fix for feeds from LBC Plus per
MoonUnit's feature request (#1660764). Thanks.
* Fixed playlist sorting to prevent a race condition in some implementations
of the sort command as suggested by Cameron Paine. Thanks.
* Fixed Indexfile creation for Podcast feeds that have the enclosure URL
broken over multiple lines as suggested by Colin Carter. Thanks.
* Modified Session file messaging to clearer report when old session files
were removed.
* Fixed -r (most recent) and -f (force) command line options to override
the defaults stored in the user configuration files. Thanks to Jim C.
for reporting the bug and providing a potential patch.
* Wrapped eval statement on line 422 in quotes to try to fix an OBSD error.
* Changed install command --mode flags to -m in the Makefile so that it
would be OBSD compatible.
* Changed #!/bin/bash to #!/usr/bin/env bash so that its more cross platform
compatible.
* Moved test for configuration directory to before creation of session file
so it has a place to store the session file.
* Added Filename Format fix for podcasts hosted on Catradio.cat per Oriol
Rius's Bug Report (#1744705). Thanks.
* Fixed "Filesystem paths including spaces crash the podget script" (Bug#
1889724) submitted by Anonymous. Thanks.
* Fixed "Some filenames cause podget to fail" (Patch#1845815) submitted by
Anonymous. Thanks.
* Fixed error with playlist loading submitted by Markus. Thanks.
* Added a filename format fix as suggested by Rob Sims via the Debian Bug
Reporting System (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459949,
Bug#459949). Thanks.
* Added SCRIPTS directory for user submitted scripts. First script is from
Steven Black and allows for easy addition of feeds from within Firefox.
Thanks.
* Added patch from Steven Black to fix problem handling single apostrophes in
filenames. Thanks again.
-- Dave Vehrs <[email protected]> Sun, 25 Apr 2010 12:28:39 -0700
podget (0.5.8) unstable; urgency=low
* General Cleanup.
* Fixed Filename Format issue (From BBC World News Bulletin). Files
download named filename.mp3?123456 and are fixed to filename123456.mp3
(Patch# 1615902 submitted by mojoandy).
* Added support for creating ASX Playlists for Windows Media Player.
(Patch# 1615902 submitted by mojoandy).
* Changed application name from podget.sh to podget to comply with Debian
Policies.
* Stopped compressing the copyright file to comply with Debian Policies.
* Updated Debians copyright file to point at /usr/share/common-licenses/GPL
* Removed "DEBIAN" from installed changelog to comply with Debian policies.
* Updated Generic COPYING file for non-Debian installs.
* Fixed synopsis line in Debian Control file to comply with Debian
Policies.
* Updated Debian Control file to Standards-Version 3.7.2 from 3.6.2.
-- Dave Vehrs <[email protected]> Sat, 6 Jan 2007 18:52:39 -0700
podget (0.5.7) unstable; urgency=low
* Patch for avail_space bug. Thanks to Andreas Ruppen for catching it.
* Added function to check for running sessions using the same core
configuration file.
* Added function to check for remaining space on library partition and stop if
it drops below a configured level.
(both these ideas were inspired by Luc's suggestions)
-- Dave Vehrs <[email protected]> Tue, 23 May 2006 11:01:30 -0700
podget (0.5.6) unstable; urgency=low
* Added simulate function to cleanup loop per marc_in_lux's request
(MSG ID: 3717464).
-- Dave Vehrs <[email protected]> Mon, 8 May 2006 10:37:30 -0700
podget (0.5.5) unstable; urgency=low
* Fixed bug in cleanup loop.
-- Dave Vehrs <[email protected]> Tue, 10 Apr 2006 09:23:00 -0700
podget (0.5.4) unstable; urgency=low
* Added UTF-16 formated feed handling (Support Request# 1432993).
-- Dave Vehrs <[email protected]> Tue, 2 Mar 2006 11:41:16 -0700
podget (0.5.3) unstable; urgency=low
* Fixed enclosure url parsing (Bug# 1414282).
-- Dave Vehrs <[email protected]> Tue, 24 Jan 2006 21:21:37 -0700
podget (0.5.2) unstable; urgency=low
* Removed bit-torrent support. Rarely used and poorly implemented. For an
example of a better implementation see Podracer (http://podracer.sf.net/).
* Fixed cleanup_days bug (if commandline option was not set, it overrode the
default with a null value).
* Added support for importing servers from iTunes PCAST files.
-- Dave Vehrs <[email protected]> Wed, 17 Jan 2006 07:21:37 -0700
podget (0.5.1) unstable; urgency=low
* Suppress "no enclosures" warning while running silent (Patch# 1395582,
submitted by Kai Timmer).
* Test for completed file fails on filename with special chars, replace grep
with fgrep (Patch# 1396969 submitted by Kai Timmer).
* Standardized verbosity testing (Patch# 1397756, Submitted by Johnny
Ljunggern).
* Cleaned up comment output, and established clearer levels (0-4).
-- Dave Vehrs <[email protected]> Wed, 4 Jan 2006 09:16:17 -0700
podget (0.5) unstable; urgency=low
* Added sed hook to handle rss feeds that break the enclosure tag over
multiple lines (LugRadio).
* Initial import OPML list support from local file or download from http/ftp.
* Applied patch submited by anonymous. (Bug 1380412 - unhandled
environment variable).
* Dropped test for interactive shell.
* Fixed configuration file parsing bug (Bug 1386657).
* Added filename cleanup code for FAT32 compatability (Feature Request
1378956).
-- Dave Vehrs <[email protected]> Sun, 20 Dec 2005 18:00:00 -0700
podget (0.4.1) unstable; urgency=low
* Initial Debian package release.
* Moved podcast directory from /usr/local/share to $HOME/
* Improved configuration installation and testing.
* Modified cleanup loop to allow user specified number of days to retain
files.
* Fix for RSS feeds without sufficient newlines.
* Initial man page.
* Installation by makefile or debian package now.
* Started changelog.
* Initial Debian Packages (.deb)
-- Dave Vehrs <[email protected]> Sun, 6 Nov 2005 19:37:01 -0700