Commit Graph

180 Commits

Author SHA1 Message Date
KrumpetPirate
2ef05cda00
Merge pull request #129 from NicoVIII/master
Remove chapter metadata in "chaptered mode"
2020-07-14 18:46:07 -04:00
Nico Linder
84d708f217 Remove chapters in "chaptered mode" 2020-07-14 10:21:26 +02:00
KrumpetPirate
60bf8b0d87
Merge pull request #122 from Gelma/typo
Fix typos
2020-04-17 19:59:35 -04:00
Andrea Gelmini
624ca434e0 Fix typos 2020-04-17 10:11:51 +02:00
KrumpetPirate
71f54b35e5
Merge pull request #121 from simcop2387/master
Small updates for Opus and metadata
2020-04-16 23:27:15 -04:00
Ryan Voots
a3ac4fb834 Small updates for Opus and metadata
Forcibly add the track and title metadata to the audio stream.  Fixes missing meta-data with Plex and possibly other programs.
Use the .opus file extension and ogg container for opus files to match recommended practice, and correct detection of opus files in Plex and other programs
2020-04-15 18:27:31 -07:00
KrumpetPirate
640ba915a9
Merge pull request #119 from 73k05/master
Fix mkdir: cannot create directory : File name too long
2020-03-05 20:14:52 -05:00
73k05
2d5902ed6e Fix mkdir: cannot create directory : File name too long On linux file name max is 143 characters. Fix max name to 100 characters 2020-03-05 23:43:53 +01:00
KrumpetPirate
1dfd8ae755 Default noclobber off 2019-10-06 00:00:54 -04:00
KrumpetPirate
9f8cda5899
Merge pull request #112 from FreedomBen/no-clobber
Add no-clobber option to CLI
2019-10-01 18:08:35 -04:00
Benjamin Porter
7b77b944cf Add no-clobber option to CLI
So the user can abort if the target directory would be overwritten.

Pork:  Remove trailing whitespace
2019-10-01 13:17:18 -06:00
KrumpetPirate
7d7dd0f91c
Merge pull request #105 from yzhernand/chaptered-mp4s
Create chaptered single-file m4a's/m4b's
2019-06-08 22:49:00 -04:00
Yozen Hernandez
3edb1b2fc8 Create chaptered single-file m4a's/m4b's
- Changes "container" for m4a and m4b to "mp4" as that is
the official container type.
- Changes "extension" checks for m4b to "container" checks
which check for "mp4". This makes it possible to produce
chaptered m4a files as well.
- Needs awk, but I think portable awk code is used. This
should probably be tested on other platforms, like macOS.
- Adds a check for mp4chaps, but that should be included
in the same package as mp4art.
- Only adds chapter data to mp4 files if using single-file
output mode.
2019-05-23 20:22:22 -04:00
KrumpetPirate
93ea984a53
Merge pull request #102 from mithomas/master
Fixed minor doc typos.
2019-03-17 16:28:39 -04:00
KrumpetPirate
29a6481664
Merge pull request #101 from javabrett/doc-fixes
Fixed minor doc-typos, some EOL whitespace. Fixed #95, fixed #96.
2019-03-17 16:28:28 -04:00
Michael Thomas
010dd7fb2d Fixed minor doc typos. 2019-03-17 16:07:11 +01:00
Brett Randall
abafa6285c Fixed minor doc-typos, some EOL whitespace. Fixed #95, fixed #96. 2019-03-16 23:43:41 +11:00
KrumpetPirate
5c2afd7d6c
Merge pull request #99 from javabrett/add-bc-in-script-prompt
Also add bc to apt-get install list as prompted by script
2019-03-10 12:03:17 -04:00
Brett Randall
243289c3ab Also add bc to apt-get install list as prompted by script. 2019-03-10 20:55:20 +11:00
KrumpetPirate
847f5fb721
Merge pull request #93 from supremesyntax/fix/m3ufile
fix file extension in m3u file
2018-11-30 18:19:00 -06:00
supremesyntax
13c240ab53
fix file extension in m3u file
Use file extension in m3u file rather than container format.
2018-11-30 08:50:13 +00:00
KrumpetPirate
3c7a5f1ac1
Merge pull request #90 from gorillamoe/fix/readme-chaptered-usage-example
Fix --chaptered usage example
2018-10-03 19:19:27 -05:00
Marco Kellershoff
06d49e9f27
Fix --chaptered usage example
The arguments `-aac` and `-em4b` did not exist.
Just changed them to the according options: `--aac` and `-e:m4b`.
2018-10-03 16:22:07 +02:00
KrumpetPirate
8b0f9a4989
Merge pull request #87 from pbowyer/patch-1
Add bc to Ubuntu package list
2018-08-27 18:09:13 -05:00
Peter Bowyer
61cb5b43d8
Add bc to Ubuntu package list
On a stock Ubuntu 16.04 server install, bc is not present, and splitting into chapter files fails.
2018-08-27 20:42:51 +01:00
KrumpetPirate
0d5f3b4098
Merge pull request #85 from upuv/master
README.md update to reflect recent changes in AAXtoMP3
2018-07-26 07:35:12 -05:00
upuv
b506b7a12a updated README.md to reflect changes. 2018-07-25 14:03:27 +10:00
upuv
09e82c0ed6
Merge pull request #5 from KrumpetPirate/master
Merge Krumpet Changes.
2018-07-25 13:58:23 +10:00
KrumpetPirate
7a78db51a8
Merge pull request #84 from Jamstah/master
Fix bad argument name in usage
2018-07-23 11:02:33 -05:00
James Hewitt
67a190b0a6
Fix bad argument name in usage 2018-07-22 21:46:15 +01:00
KrumpetPirate
e9f06c8089
Merge pull request #82 from dehylton/osx-gsed
check for GNU sed, recommend gnu-sed for mac os x if missing
2018-07-02 19:06:57 -05:00
Dewey Hylton
35308ccb11 check for GNU sed, recommend gnu-sed for mac os x if missing 2018-07-02 19:26:15 -04:00
KrumpetPirate
4040fb7ab9
Merge pull request #79 from upuv/master
Big Pull Request # 2
2018-06-29 18:05:52 -05:00
upuv
a92705fbbf Forced merge 2018-06-25 14:44:53 +10:00
upuv
8de33e9c10
Merge pull request #3 from b0wter/fedora_install
Added up-to-date instructions for Fedora/RHEL/CentOS
2018-06-25 14:31:31 +10:00
upuv
a6da4412b8 Fixing Bad Merge. 2018-06-25 14:17:30 +10:00
KrumpetPirate
3b66ef4443
Merge pull request #78 from KrumpetPirate/revert-57-master
Revert "Large Pull request"
2018-06-24 20:28:35 -05:00
KrumpetPirate
89ab63a235
Revert "Large Pull request" 2018-06-24 20:28:09 -05:00
KrumpetPirate
1c108acf4b
Merge pull request #57 from upuv/master
Large Pull request
2018-06-24 20:10:34 -05:00
Joe
fab6141ccf Added up-to-date instructions for how to install ffmpeg on Fedora and
RHEL/CentOS.
2018-06-23 00:21:52 +02:00
upuv
6d2768613c
Merge branch 'master' into master 2018-06-21 17:25:02 +10:00
upuv
101861f41c Fix for chapter length. 2018-06-21 17:21:18 +10:00
upuv
1af3f0ebcc Added checks for ffmpeg and ffprobe. 2018-06-21 17:07:47 +10:00
KrumpetPirate
2f8bb35b68
Merge pull request #61 from reidar-cederqvist/master
AAXtoMP3: fix how .authcode is located fix issue #60
2018-06-13 08:10:44 -05:00
Reidar Cederqvist
8ebd16ae8b AAXtoMP3: fix possition of dash when replacing colon 2018-06-07 09:26:38 +02:00
Reidar Cederqvist
db48c6a970 AAXtoMP3: fix how .authcode is located fix issue #60 2018-06-07 09:11:47 +02:00
upuv
03f1a58638 Verify aax files options Improvements 2018-06-06 00:39:33 +10:00
upuv
9d20609f3c More Refactor, Setting up for user defined file naming using variable names. 2018-06-04 17:11:12 +10:00
upuv
71e140259b Refactor some variables for readability. 2018-06-04 16:10:00 +10:00
upuv
c2082ccfc0 Big change to DEBUG Output. It now handles lists of vars to dump. Makes the code a little cleaner. 2018-06-03 23:15:31 +10:00