415 Commits

Author SHA1 Message Date
Vincent Riquer
2f2c18177e SQL optimization 2013-10-28 13:34:20 +01:00
Vincent Riquer
9e0666ccbc Fix path change 2013-10-25 22:17:01 +02:00
Vincent Riquer
f44f9021db Merge branch 'toys' 2013-10-21 09:18:45 +02:00
Vincent Riquer
e4f588324d Fix --stats option parsing 2013-10-21 09:18:19 +02:00
Vincent Riquer
c1c790442c Merge branch 'toys'
* toys:
  Add --stats (overall format statistics)
2013-10-20 15:23:50 +02:00
Vincent Riquer
102ab31e0a Add --stats (overall format statistics) 2013-10-20 15:23:00 +02:00
Vincent Riquer
ae32fab334 Merge branch 'toys'
* toys:
  Update documentation
  createindex: -S: show size
2013-10-20 02:03:07 +02:00
Vincent Riquer
4c166bbc59 Update documentation 2013-10-20 02:02:18 +02:00
Vincent Riquer
38ca7637bb createindex: -S: show size 2013-10-20 02:00:25 +02:00
Vincent Riquer
09f7753e9f Also order tag reader to ensure format properties are known before transcoding 2013-10-17 20:25:47 +02:00
Vincent Riquer
bd0b5b2d26 Document ascii-only 2013-10-09 18:21:44 +02:00
Vincent Riquer
0c91e93580 New 'ascii-only' parameter
* ascii:
  Implement ascii-only
  Fix rename_pattern, permit optional fields with []
  Implement new DB schema
  Sanity check (perl module Text::Unidecode)
  config parser, setup for ascii-only
  DB upgrade: prevent variable leakage
  fat32compat & ascii as separate columns in DB
2013-10-09 17:24:36 +02:00
Vincent Riquer
6f2a29f0d5 Implement ascii-only 2013-10-09 17:24:08 +02:00
Vincent Riquer
f9143525d0 Fix rename_pattern, permit optional fields with [] 2013-10-09 17:20:36 +02:00
Vincent Riquer
eba2adf2c2 Implement new DB schema 2013-10-09 01:30:47 +02:00
Vincent Riquer
4ef24fc333 Sanity check (perl module Text::Unidecode) 2013-10-09 00:57:20 +02:00
Vincent Riquer
e16b8ff4a9 config parser, setup for ascii-only 2013-10-09 00:52:36 +02:00
Vincent Riquer
94c149e184 DB upgrade: prevent variable leakage 2013-10-09 00:50:49 +02:00
Vincent Riquer
1b801cbe12 fat32compat & ascii as separate columns in DB 2013-10-09 00:24:35 +02:00
Vincent Riquer
142c5438e6 SQL Schema versioning, VACUUM on exit 2013-10-08 13:41:06 +02:00
Vincent Riquer
34b31e5974 max batch was inefficient: order destination files by source files while creating tasks 2013-10-08 12:40:38 +02:00
Vincent Riquer
472f966698 updateMimes(): fix $IFS
* updateMimes() did not restore IFS in some cases, causing all kinds of mayhem
2013-10-07 03:13:18 +02:00
Vincent Riquer
86493da2e6 Soxi: remove garbage from bitrate & bitdepth 2013-10-07 02:09:02 +02:00
Vincent Riquer
2dffcdb8b8 Vorbis metadata:
* soxi is faster than ogginfo
* soxi provides bit-depth (as Precision)
2013-10-07 01:37:41 +02:00
Vincent Riquer
e7a2c00f2b -q: fix output for file copy 2013-10-06 23:26:29 +02:00
Vincent Riquer
abb87fd3a1 -B also limit number of files scanned for tags 2013-10-06 23:23:34 +02:00
Vincent Riquer
66fd6da5ff Merge branch 'toys'
* toys:
  fix track totals when not defined
2013-10-06 03:29:07 +02:00
Vincent Riquer
1cd9dca422 fix track totals when not defined 2013-10-06 03:28:43 +02:00
Vincent Riquer
5dabbd69c6 Merge branch 'toys'
* toys:
  Fix time format and Output file option parsing
  Add track totals
  Hide obsolete files
  Show off
2013-10-06 03:15:19 +02:00
Vincent Riquer
699cd9c803 Fix time format and Output file option parsing 2013-10-06 03:14:33 +02:00
Vincent Riquer
e08ee9ad7e Add track totals 2013-10-06 03:07:49 +02:00
Vincent Riquer
29bf28f51d Hide obsolete files 2013-10-06 02:46:54 +02:00
Vincent Riquer
5cfc100c46 Show off 2013-10-06 02:46:11 +02:00
Vincent Riquer
a3e26350aa -q: fix display 2013-10-06 02:44:25 +02:00
Vincent Riquer
783b1946c8 Document -q, -B 2013-09-28 13:38:16 +02:00
Vincent Riquer
cf3652c028 Merge branch 'toys' 2013-09-28 00:34:03 +02:00
Vincent Riquer
4cda6e0f7b Small fixes 2013-09-28 00:32:37 +02:00
Vincent Riquer
b5c6d052c6 createindex show file count 2013-09-28 00:31:56 +02:00
Vincent Riquer
d541282f27 Show bit-depth 2013-09-28 00:29:25 +02:00
Vincent Riquer
cb6047f33f Write bitdepth to DB 2013-09-28 00:20:36 +02:00
Vincent Riquer
444e0b58f1 updateTags: don't quote NULL 2013-09-28 00:19:38 +02:00
Vincent Riquer
17b01fd308 FFMpeg; get bit depth
bump version of ffmpeg dependent parsers
2013-09-28 00:14:16 +02:00
Vincent Riquer
a3ef61551b Pause: temporarily stop processing 2013-09-28 00:12:38 +02:00
Vincent Riquer
00dd038f7b Add max batch size CLI option 2013-09-28 00:11:31 +02:00
Vincent Riquer
5e006ae7cc Add "cron" mode (suppress most progress info) 2013-09-28 00:09:02 +02:00
Vincent Riquer
178f6a82af MP3 can't handle sample rates above 48k 2013-09-09 01:48:10 +02:00
Vincent Riquer
cfc94d0a47 Target formats can't handle 24bps
* read bit depth fron FLAC files
* downsample to 16
2013-09-09 01:16:27 +02:00
Vincent Riquer
da4fe1c67a Merge branch 'toys' 2013-07-01 00:53:08 +02:00
Vincent Riquer
5e1f531e3b Add filetypes for AVI, WMA, FLV 2013-07-01 00:52:38 +02:00
Vincent Riquer
13734a0f1d Regen files on key parameters' change 2013-06-27 21:08:30 +02:00