a6da4412b8
Fixing Bad Merge.
2018-06-25 14:17:30 +10:00
6d2768613c
Merge branch 'master' into master
2018-06-21 17:25:02 +10:00
101861f41c
Fix for chapter length.
2018-06-21 17:21:18 +10:00
1af3f0ebcc
Added checks for ffmpeg and ffprobe.
2018-06-21 17:07:47 +10:00
8ebd16ae8b
AAXtoMP3: fix possition of dash when replacing colon
2018-06-07 09:26:38 +02:00
db48c6a970
AAXtoMP3: fix how .authcode is located fix issue #60
2018-06-07 09:11:47 +02:00
03f1a58638
Verify aax files options Improvements
2018-06-06 00:39:33 +10:00
9d20609f3c
More Refactor, Setting up for user defined file naming using variable names.
2018-06-04 17:11:12 +10:00
71e140259b
Refactor some variables for readability.
2018-06-04 16:10:00 +10:00
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
de6d5db3f2
Enhanced DEBUG output for command line options
2018-06-03 15:49:19 +10:00
8327f15ac2
Adding --complete_dir option and documentation
2018-06-03 15:34:56 +10:00
1727d10be3
Fixed usage string
2018-05-26 16:23:12 +10:00
09145b4df2
Fixed an issue with container setting.
2018-05-26 16:16:00 +10:00
84335828d9
Bug Fix, added --chaptered, Readme updates.
2018-05-26 15:27:39 +10:00
eaf75eb2e2
Fixed a regression. m4a and m4b now have coverart.
2018-05-24 15:36:05 +10:00
67d4d05b52
Added in support for m4b, Removed old m4b script.
2018-05-23 23:18:23 +10:00
6f343c9191
Merge branch 'master' into master
2018-05-21 22:19:51 +10:00
ac656f9723
Inserting code comments for the next guy.
2018-05-20 00:50:48 +10:00
e754e83b6b
Added big FAT metadata to DEBUG output.
2018-05-19 23:35:11 +10:00
66dc8953ad
Enhanced debug flag.
2018-05-19 23:01:34 +10:00
e69b212982
diferentiated between a log and debug message
2018-05-19 21:29:20 +10:00
ccfaf07021
some cleanup
2018-05-19 15:52:38 +10:00
dee0d7e9a0
some cleanup
2018-05-19 15:51:40 +10:00
41a2803e18
some cleanup
2018-05-19 15:48:08 +10:00
10ca1e53e3
some cleanup
2018-05-19 15:41:23 +10:00
f976940798
getopts update
2018-05-19 15:08:57 +10:00
710ce0dfbe
Merge pull request #2 from KrumpetPirate/master
...
merge upstream
2018-04-18 16:34:02 +08:00
6ed19fcde2
Update AAXtoMP3
...
Corrected spelling in usage prompt
2018-04-16 16:09:47 -06:00
219255826b
Removed chaptered support from AAC encoding, doesn't seem to function
2018-04-06 11:12:47 -05:00
db014f8f51
Update AAXtoMP3
2018-04-06 07:04:19 +01:00
1d1f738713
Update AAXtoMP3
2018-04-06 07:03:25 +01:00
120f02fe07
Modified to work with missing HOME environment variable under Windows
...
The HOME environment variable is not set on Windows by default. Instead Windows uses USERPROFILE. It is possible for HOME to be set on Windows but for users who have not done this they will get: `HOME: unbound variable`. I have added a line that sets HOME to USERPROFILE if HOME is missing and USERPROFILE is found. This solves the unbound variable error.
2018-04-06 07:02:00 +01:00
2ae7e326bb
Renabled AAC for copy with no re-encode step
2018-03-22 14:06:19 -05:00
15945b18b1
chg: search HOME and local dir for authcode file in this order, first occurence accepted.
...
Signed-off-by: Me <corbolais@gmail.com >
2018-03-15 00:35:57 +01:00
1031e3ae1d
chg: use authcode file located in HOME dir.
...
Signed-off-by: Me <corbolais@gmail.com >
2018-03-14 16:46:45 +01:00
626bab226a
Updated readme for OPUS convertion, gitignore to ignore aax files in directory and output dir
2018-03-13 19:39:02 -05:00
d7752b4779
add support for the opus codec
...
it seems like ffmpeg still has some issues with the native opus
container format (*.opus), so let's use the OGG container format for
now.
2018-03-03 18:09:53 +01:00
0c2c439d55
Removed AAX, causes issues with some audiobooks
2018-02-18 01:13:00 -06:00
da3ca76930
Merge pull request #40 from voltagex/aac
...
Add support for copying to m4b (no reencode)
2018-02-18 00:29:17 -06:00
a09e502574
Fixed ':' in input file name protocol error
2018-02-18 00:27:31 -06:00
304594e845
Added m3u playlist support
2018-02-18 17:26:45 +11:00
1132602f65
Add support for copying to m4b (no reencode)
2017-11-16 00:16:24 +11:00
972123a932
Update metadata: track number = chapternum, appended chapter number to track title
...
track number was eg "Chapter 03", and is now eg 3 . This fits better in most mp3 players.
track title was the book title for all tracks, now it is eg "Book Title - 01 Chapter 1" (same as filename)
2017-10-22 22:54:10 +02:00
1ac66d1a94
Embedded cover art to (chapter) MP3's
2017-10-22 22:51:41 +02:00
2fc7329bf5
Update of chapter titles with sortable 0padded numbers
...
* Removed chapter_padding()
* Fixed $chaptercount
* Redone 0-padded chapter titles with printf()
2017-10-20 14:44:32 +02:00
1017f9a6e7
Updated grep detection with README changes and better colon support
2017-10-12 20:27:04 -05:00
c500062c96
Added ggrep detection for OSX
2017-10-09 18:09:43 -05:00
ee01461f9a
Added chapter padding
...
As discussed in https://github.com/KrumpetPirate/AAXtoMP3/issues/26 I've added a quick and dirty fix to add chapter padding (for audio books containing up to 999 chapters) for non-single conversion mode.
2017-09-06 19:39:02 +02:00
026a52343c
Renamed script (dropped extension)
2017-05-14 20:55:37 -05:00