-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from ben-xo/feature/support-m4b-audiobooks-59
Feature/support m4b audiobooks 59
- Loading branch information
Showing
5 changed files
with
36 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
/****************************************************************************** | ||
* Copyright (c) 2008-2021, Ben XO ([email protected]). | ||
* Copyright (c) 2008-2022, Ben XO ([email protected]). | ||
* | ||
* All rights reserved. | ||
* | ||
|
@@ -56,7 +56,7 @@ | |
/* DEFAULTS *********************************************/ | ||
|
||
// error handler needs these, so let's set them now. | ||
define('VERSION', '1.33'); | ||
define('VERSION', '1.34'); | ||
define('DIR2CAST_HOMEPAGE', 'https://github.com/ben-xo/dir2cast/'); | ||
define('GENERATOR', 'dir2cast ' . VERSION . ' by Ben XO (' . DIR2CAST_HOMEPAGE . ')'); | ||
|
||
|
@@ -1200,6 +1200,7 @@ public function addItem($filename) | |
break; | ||
|
||
case 'm4a': | ||
case 'm4b': | ||
$this->addRssFileItem(new M4A_RSS_Item($filename)); | ||
break; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters