Commit Graph

298 Commits

Author SHA1 Message Date
KrumpetPirate
277bbaec13
Add mediainfo as optional requirement to README 2021-02-03 09:09:20 -05:00
KrumpetPirate
84fb5bf004
Merge pull request #138 from fabh2o/master
Use mediainfo to parse additional metadata
2021-02-03 09:06:16 -05:00
fabh2o
82b865f55f comments about the reading of chapter infos 2021-02-03 14:24:02 +01:00
Nicko98
87a7a53352
updated README since chaptered flac works
--chaptered does work for flac as well, maybe my last pull-request fixed this.
2021-02-03 14:18:52 +01:00
Nicko98
c0fa0489cd
updated README, since chaptered flac works
--chaptered does work for flac as well, maybe my last pull-request fixed this.
2021-02-03 14:14:20 +01:00
fabh2o
d16a47049b
Merge branch 'master' into master 2021-02-03 11:07:56 +01:00
KrumpetPirate
3b4648519b
Merge pull request #139 from Nicko98/master
Way faster chapter splitting
2021-02-02 18:29:46 -05:00
Nicko98
ffb7e40961
Way faster chapter splitting
Just a little change in the ffmpeg call, but this massively increases the speed of chapter splitting. (In my first test approximately by a factor of 10.)
2021-02-02 23:01:23 +01:00
Nicko98
dc5309ebc3
Way faster chapter splitting
Just a little change in the ffmpeg call, but this massively increases the speed of chapter splitting. (In my first test approximately by a factor of 10.)
2021-02-02 22:56:09 +01:00
fabh2o
9a674d0127 Use mediainfo to parse additional metadata 2021-02-02 10:53:10 +01:00
KrumpetPirate
9e3a2a3787
Merge pull request #137 from Gelma/typo_28
Typo 28
2021-01-28 15:28:12 -05:00
Andrea Gelmini
9989aa5ad6 Add note about package install on Ubuntu 20.04
gelma@gopt:/tmp/AudioLibro$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.1 LTS
Release:        20.04
Codename:       focal

gelma@gopt:/tmp/AudioLibro$ sudo apt-get install ffmpeg libav-tools x264 x265 bc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libav-tools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  ffmpeg:i386 ffmpeg

E: Package 'libav-tools' has no installation candidate
2021-01-28 19:05:00 +01:00
Andrea Gelmini
b9f21a54f1 Fix typos 2021-01-28 19:01:38 +01:00
KrumpetPirate
a6f19f8aa1
Merge pull request #136 from Nicko98/master
Continue after interruption
2021-01-26 19:58:39 -05:00
Nicko98
d007e21227
Added --continue to README.md 2021-01-26 23:44:05 +01:00
Nicko98
32aacd2b42
Continue after interrupt
Until now, when the conversion of a audiobook gets interrrupted during the splitting phase, one has to delete all the output files and restart from beginning.
This can be very uncomfy, especially if it's a long audiobook and the computer did work on it for several hours.
I added some changes, so that one only has to delete the last (incompletely generated) chapter and add "--continue " to the command where CHAPTERNUMBER is the chapter, that has been interrupted while splitting of.
For this to work I mainly just skipped the steps which were already done before interruption with if-conditions.
2021-01-26 23:32:14 +01:00
KrumpetPirate
c4f2da205a
Merge pull request #134 from andreasziegl/patch-1
Print total chapter count when extracting chapters
2021-01-26 16:30:11 -05:00
andreasziegl
04b7d9ff45
Print total chapter count when extracting chapters 2021-01-18 11:11:51 +01:00
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