23 Commits

Author SHA1 Message Date
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
24aef12e33 smarter tags update trigger 2013-05-25 15:03:50 +02:00
Vincent Riquer
45685f8a7c Force update of destinations after a tag update
Also force an update of the DB schema on each run.
2013-04-30 00:52:18 +02:00
Vincent Riquer
49031cde33 handle rename pattern change 2013-03-28 13:49:02 +01:00
Vincent Riquer
8ce836d707 store old filename
add %{disc} to "rename"
2013-03-27 13:30:26 +01:00
Vincent Riquer
64603d856f add bitrate information 2013-03-14 13:10:48 +01:00
Vincent Riquer
0efce9cf18 convert ID3v1 genre numbers to text 2013-03-12 13:03:05 +01:00
Vincent Riquer
50e690e6f7 don't leave files with tags.last_change=0.0
add a `tagreader` column to reexamine files later, if the parser has been changed
CAST last_change to TEXT before attempting comparison: FLOATs suck
2013-03-11 13:38:34 +01:00
Vincent Riquer
c4f0a2da8f some filesystems support mtime with nanosecond - store in FLOAT 2013-03-08 13:03:11 +01:00
Vincent Riquer
a66528ac89 identify sample-rate/channels 2013-03-07 01:00:02 +01:00
Vincent Riquer
b171104c52 create mime_actions & destination_files on destinations creation 2013-03-05 13:22:02 +01:00
Vincent Riquer
c21f1e22c0 add tags table 2013-03-05 13:21:07 +01:00
Vincent Riquer
f79464d867 use foreign key constraints 2013-03-05 13:16:17 +01:00
Vincent Riquer
20d1cbebcb fix mime_type_actions UPDATE trigger 2013-03-02 00:14:22 +01:00
Vincent Riquer
d9e7a87a01 change mime_types schema 2013-02-27 13:04:25 +01:00
Vincent Riquer
f7a6fba366 update mime_types 2013-02-27 00:07:03 +01:00
Vincent Riquer
632a65dbcb add mime_types table 2013-02-26 13:53:31 +01:00
Vincent Riquer
e6a4db4762 destination_files.last_chage: change DEFAULT 2013-02-26 13:31:08 +01:00
Vincent Riquer
0ce73ac805 add triggers on source_files insert/delete 2013-02-26 11:22:53 +01:00
Vincent Riquer
b1e35f038a remove (potentially) harmful constraints on destination_files.filename 2013-02-26 11:21:47 +01:00
Vincent Riquer
611d4ad1af change column name, remove useless columns 2013-02-26 11:20:37 +01:00
Vincent Riquer
a6f4b94099 add index o source_file.filename 2013-02-26 02:12:20 +01:00
Vincent Riquer
fef9d5d5d6 fix schema 2013-02-25 11:53:26 +01:00