377 Commits

Author SHA1 Message Date
Vincent Riquer
459d8c06ce Fix (again!) handling of non-UTF8 characters 2013-11-27 17:26:15 +01:00
Vincent Riquer
eba9bfffd6 Fix "/" handling in getDestDir (fixes ticket 3) 2013-11-25 12:54:26 +01:00
Vincent Riquer
2e407068bf Refer to the InDefero forge
Add informations on video tagging tools
2013-11-21 18:48:07 +01:00
Vincent Riquer
c6068006d4 Add bug: ascii-only + immediate copies fail 2013-11-21 10:41:50 +01:00
Vincent Riquer
64906e2ffb ascii-only: safely handle non-unicode characters 2013-11-20 22:00:43 +01:00
Vincent Riquer
3d715ef18e fix file copy: don't copy files if we can't guess the destination path 2013-11-20 13:02:38 +01:00
Vincent Riquer
ee5714f97a FLAC: fix handling of tracknumber / tracktotal 2013-11-13 23:05:13 +01:00
Vincent Riquer
f34025a989 Add known bug: early temporary file deletion 2013-11-13 17:24:04 +01:00
Vincent Riquer
c7331f0745 show failed tasks 2013-11-08 22:33:35 +01:00
Vincent Riquer
6a3e232c8c Merge branch 'toys' 2013-10-28 13:36:45 +01:00
Vincent Riquer
3080d9de45 createindex: Top 10 artists 2013-10-28 13:36:04 +01:00
Vincent Riquer
666b9a0ab4 createindex: Top 5 genres 2013-10-28 13:35:23 +01:00
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