Commit Graph

331 Commits

Author SHA1 Message Date
Katya Vera
f9b855ea1d
Allow spaces in the .aax filename 2021-02-28 15:29:02 +01:00
Katya Vera
2aa1d05040
Use the current filename scheme
The `fileNameScheme` is empty by default, so the file generated is named only `.chapters.txt` if -F is not specified.
Provided with the filename `mp4file`, mp4chaps searches for a file named `<mp4file>.chapters.txt`.
2021-02-28 15:25:40 +01:00
KrumpetPirate
7310e16222
Merge pull request #156 from Nicko98/master
Fix for issue KrumpetPirate#155
2021-02-25 22:03:22 -05:00
Nicko98
a68353f4eb
Fix for issue KrumpetPirate#155 2021-02-25 23:21:29 +01:00
KrumpetPirate
70ae2cef12
Merge pull request #153 from Nicko98/master
Fix for issue #145
2021-02-21 18:23:29 -05:00
Nicko98
9058cf144e
Fix for KrumpetPirate/AAXtoMP3 issue #145
This reverses pull request #139 if ffmpeg version is below 4.
2021-02-21 23:17:17 +01:00
KrumpetPirate
1e9c42aa83
Merge pull request #151 from fabh2o/custom-output-folder
Custom naming scheme
2021-02-11 19:31:39 -05:00
fabh2o
af880305dd Merge branch 'custom-output-folder' of github.com:fabh2o/AAXtoMP3 into all-in-one 2021-02-11 11:11:58 +01:00
fabh2o
ab5d7c7f7c Merge branch 'posix-filenames' of github.com:fabh2o/AAXtoMP3 into all-in-one 2021-02-11 10:47:44 +01:00
fabh2o
96d9d4aa9d Merge branch 'fix-log-level-time-as-octal' of github.com:fabh2o/AAXtoMP3 into audible-cli-integration 2021-02-11 10:38:54 +01:00
fabh2o
cb17d422f3 Merge branch 'master' of github.com:KrumpetPirate/AAXtoMP3 into audible-cli-integration 2021-02-11 10:38:20 +01:00
fabh2o
82c0ef0f6b Merge branch 'master' of github.com:KrumpetPirate/AAXtoMP3 into custom-output-folder 2021-02-11 09:26:23 +01:00
KrumpetPirate
c3584923ca
Merge pull request #148 from fabh2o/keep-n-author
Author customization
2021-02-10 17:42:38 -05:00
fabh2o
f6661862de mediainfo install in README 2021-02-10 21:22:46 +01:00
fabh2o
b5408310a2 Merge branch 'fix-log-level-time-as-octal' of github.com:fabh2o/AAXtoMP3 into custom-output-folder 2021-02-10 21:08:23 +01:00
fabh2o
3c909baf5e Merge branch 'master' of github.com:KrumpetPirate/AAXtoMP3 into custom-output-folder 2021-02-10 20:59:48 +01:00
fabh2o
012749071e force base-10 2021-02-10 20:48:14 +01:00
fabh2o
36839646c4 deleted empty line 2021-02-10 09:26:25 +01:00
fabh2o
68168f6495
Merge branch 'master' into keep-n-author 2021-02-10 09:20:37 +01:00
KrumpetPirate
aaaea1515f
Merge pull request #150 from Nicko98/loglevels
Loglevels
2021-02-09 16:02:29 -05:00
fabh2o
836c6b0722 use 2021-02-09 20:55:38 +01:00
fabh2o
4a8df563eb fix short flags 2021-02-09 20:53:53 +01:00
fabh2o
184cece622 fix space 2021-02-09 20:49:44 +01:00
fabh2o
1c4d67202a fix space 2021-02-09 20:49:12 +01:00
fabh2o
93478c797d Merge branch 'master' of github.com:KrumpetPirate/AAXtoMP3 into custom-output-folder 2021-02-09 20:47:34 +01:00
Nicko98
6646b84e72
Added different loglevels
I added different loglevels and (for loglevel 0 and 1) a progress bar for chapter splitting.
0 = show progress only, chapter splitting shown as progress bar
1 (default) = fewer information, chapter splitting shown as progress bar
2 = as it has been up until now
3 = debug mode
2021-02-09 20:21:55 +01:00
Nicko98
2805aca990
Added different loglevels
I added different loglevels and (for loglevel 0 and 1) a progress bar for chapter splitting.
0 = show progress only, chapter splitting shown as progress bar
1 (default) = fewer information, chapter splitting shown as progress bar
2 = as it has been up until now
3 = debug mode
2021-02-09 20:19:53 +01:00
Nicko98
7bef1bd569
Readme updated for loglevels 2021-02-09 20:05:43 +01:00
Nicko98
9e1b33904a
Added different loglevels
I added different loglevels and (for loglevel 0 and 1) a progress bar for chapter splitting.
0 = show progress only, chapter splitting shown as progress bar
1 (default) = fewer information, chapter splitting shown as progress bar
2 = as it has been up until now
3 = debug mode
2021-02-09 20:00:11 +01:00
fabh2o
fb48899cb7 precedence 2021-02-09 19:03:55 +01:00
fabh2o
239ae1aa3f remove leading space after cut 2021-02-09 18:54:37 +01:00
fabh2o
fcef788bc4 artist --> author 2021-02-09 17:48:21 +01:00
fabh2o
33a8d254bd Merge branch 'master' of github.com:KrumpetPirate/AAXtoMP3 into keep-n-author 2021-02-09 17:40:43 +01:00
KrumpetPirate
de3fbadab6
Merge pull request #147 from Nicko98/faster-chapter-splitting
Faster chapter splitting
2021-02-09 10:11:13 -05:00
Nicko98
e6f34b5f97
faster chapter splitting
Since there is an issue with this fix when applied on flac option, the changes dont take effect on flac.
For more information have a look in KrumpetPirate/AAXtoMP3 issue #142.
2021-02-09 12:39:15 +01:00
Nicko98
2b31c7defa
faster chapter splitting
Since there is an issue with this fix when applied on flac option, the changes dont take effect on flac.
For more information have a look in KrumpetPirate/AAXtoMP3 issue #142.
2021-02-09 03:24:20 +01:00
Nicko98
c4c5470b6b
faster chapter splitting
Since there is an issue with this fix when applied on flac option, the changes dont take effect on flac.
For more information have a look in KrumpetPirate/AAXtoMP3 issue #142.
2021-02-09 03:15:22 +01:00
fabh2o
1e7802ac3f force author name 2021-02-08 22:04:32 +01:00
fabh2o
ad2bbe5da4 typo in sed 2021-02-08 21:46:57 +01:00
fabh2o
0a5813e7db rephrased flag description 2021-02-08 21:39:10 +01:00
fabh2o
ad86f187f8 keep n-th artist only 2021-02-08 21:29:26 +01:00
fabh2o
afb852fdf1 cut title to 128 char + no - or : subsitution 2021-02-07 16:51:51 +01:00
fabh2o
ffbc592bf8 correct playlist name? 2021-02-07 11:32:18 +01:00
fabh2o
8f0f8ec3e1 forgot ; 2021-02-07 11:24:23 +01:00
fabh2o
7b602eaf5d proper multi file support i hope 2021-02-07 11:21:07 +01:00
fabh2o
d199d875bb Debugvar chapter, restored chapter number format 2021-02-07 10:26:29 +01:00
fabh2o
1afa763999 restored default output dir struct 2021-02-07 10:20:06 +01:00
fabh2o
45bd9e666f remove all apprnd-narrator traces 2021-02-07 10:15:34 +01:00
fabh2o
bcaec020ce first commit 2021-02-06 22:27:52 +01:00
fabh2o
c45a4ac610 reformat usage + auduble-cli flag 2021-02-06 19:06:56 +01:00