Commit Graph

362 Commits

Author SHA1 Message Date
Krumpet Pirate
0bd127ad06
Merge pull request #175 from fabh2o/fix-174
instruction to update ffmpeg
2021-09-20 23:00:36 -04:00
fabh2o
fb86d4291c instruction to update ffmpeg 2021-09-20 23:05:15 +02:00
Krumpet Pirate
b549f57228
Merge pull request #173 from suntorytimed/master
Fix #172 by adding parsing step to save_metadata
2021-09-19 14:04:33 -04:00
Stefan Weiberg
e76b5442c1
Apply suggestions from code review
Remove padding for chapter number

Co-authored-by: fabh2o <fabrice.h2o@gmail.com>
2021-09-16 11:47:20 +02:00
Stefan Weiberg
aab2045959
Remove padding for chapter number
Co-authored-by: fabh2o <fabrice.h2o@gmail.com>
2021-09-16 11:46:43 +02:00
Stefan Weiberg
56ca165063 Fix #172 by adding parsing step to save_metadata
* creates a correctly formatted chapter.txt file
  with titles from audible-cli .json
* uses this chapter.txt instead of ffprobe output
  in case audible-cli data should be used
2021-09-16 10:40:57 +02:00
KrumpetPirate
5ea4bd10a4 Update for GNU find, README cleanup 2021-09-03 13:25:30 -04:00
KrumpetPirate
596108d56e
Merge pull request #171 from fabh2o/aaxc
AAXC support, audible-cli integration
2021-09-03 10:08:27 -04:00
fabh2o
63ffc47aa5 use the var $decrypt_param with all ffmpeg and ffprobe call 2021-09-02 20:11:12 +02:00
fabh2o
b7fbe831c7 invert authcode required 2021-09-02 19:59:37 +02:00
fabh2o
1663daebdc add jq as dependency 2021-09-02 19:57:54 +02:00
fabh2o
78d6e931ff docs about aaxc 2021-09-02 19:35:14 +02:00
fabh2o
9e2d84cb25 updated docs to automatic source file format switch 2021-09-02 19:21:41 +02:00
fabh2o
b78e4b59b9 auto format selection, fix typo 2021-09-02 19:13:02 +02:00
fabh2o
99864fe428 docs 2021-09-02 18:24:57 +02:00
fabh2o
e9b111aa8a fully support aaxc 2021-09-02 17:49:36 +02:00
fabh2o
3d062fdba7 --aaxc flag, validate voucher and get key and id 2021-09-02 16:16:14 +02:00
fabh2o
eff626ee95 move info after req 2021-07-10 21:20:43 +02:00
fabh2o
64713e23ea Merge branch 'master' of github.com:fabh2o/AAXtoMP3 into all-in-one 2021-07-09 22:45:04 +02:00
KrumpetPirate
0f2180da3c
Merge pull request #162 from Nicko98/master
Call AAXtoMP3 interactively
2021-03-09 17:38:10 -05:00
Nicko98
051f37b3ff
Made savefile invisible 2021-03-09 22:49:54 +01:00
Nicko98
2206cf9dd8
Updated Readme.md 2021-03-09 22:44:26 +01:00
Nicko98
88c9b1701f
Save chosen options for next time
Now this script creates a save-file from which it loads the option the next time the script is used
Additionally aax-File drag'n'drop works now, at least on Ubuntu.
2021-03-09 22:26:48 +01:00
KrumpetPirate
c6c5b5ee97
Merge pull request #157 from katyavera/patch-1
Use the current filename scheme
2021-03-02 08:56:21 -05:00
KrumpetPirate
1d225d7fe2
Merge pull request #158 from katyavera/patch-2
Allow spaces in the .aax filename
2021-03-02 08:55:43 -05:00
KrumpetPirate
d0a9ba392c
Merge pull request #161 from katyavera/patch-3
Fix typo, reword
2021-03-02 08:54:56 -05:00
Nicko98
4537c7d01d
Just a little correction regarding sed 2021-03-02 01:51:12 +01:00
Nicko98
4dfb59e091
Updated README.md 2021-03-02 01:28:47 +01:00
Nicko98
7f2309248f
Some little improvements 2021-03-02 01:06:45 +01:00
Nicko98
4698f7728a
Call AAXtoMP3 Interactively
This script interactively asks you for the options to call AAXtoMP3 with.
2021-03-01 04:31:39 +01:00
Katya Vera
951146022f
Fix typo, reword 2021-02-28 18:36:01 +01:00
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