
Please see first post for more details!

Soulsnake.
Effectivement les dates sortent au format yyyy-mm-dd avec AMC 4.1.X.lorsque je cree mon fichier XML, les dates sortent au format yyyy-mm-dd; hors pour que le tri sur la colonne date d'ajout se fasse il faudrait qu'elles soient au format dd-mm-yyyy.
Code: Select all
switch (system){
case 'dmy': ymd=function(s){return s?(s.slice(6)+s.slice(3,5)+s.slice(0,2))*1:0;}; break;
case 'mdy': ymd=function(s){return s?(s.slice(6)+s.slice(0,2)+s.slice(3,5))*1:0;}; break;
case 'ymd': ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;}; break;
default : ymd=function(s){return s?s:0;};}
Code: Select all
// AMC 3.5.1
/*switch (system){
case 'dmy': ymd=function(s){return s?(s.slice(6)+s.slice(3,5)+s.slice(0,2))*1:0;}; break;
case 'mdy': ymd=function(s){return s?(s.slice(6)+s.slice(0,2)+s.slice(3,5))*1:0;}; break;
case 'ymd': ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;}; break;
default : ymd=function(s){return s?s:0;};}*/
// AMC 4.1.0
ymd=function(s){return s?(s.slice(0,4)+s.slice(5,7)+s.slice(8))*1:0;};
Tu as la possibilité d'enregistrer ta base au format 3.5.1 avec AMC 4.1.X si tu souhaite revenir à la version 3.5.1 mais tu perdras les ajouts de la version 4.1.X comme les champs personnalisés.de plus je ne peux plus utiliser la version 3.5.1.2 car ma base ne s'ouvre plus :j'imagine qu'il n'y a pas de retrocompatibilité.
Thanks, I found the bug.- When importing media files, file sizes are not imported
- I'm also experiencing the problem with the file sizes not being recognized on new entries...
This is normal, it is not a bug.- Check boxes in thumbnails do not follow setting "Checkboxes with background color associated to movie color tag". E.g if it's disabled, colored checkboxes are still displayed under thumbs. As I think about it now, it might not be a bug since there is no other way to tell color tag
Ah, now I see how it works. Then I believe option "Checkboxes with background color associated to movie color tag" should be under "Checkboxes (right click...)" and not under "Checkboxes in thumbnails display" since it affects former option and not latter.soulsnake wrote: This is normal, it is not a bug.
If you don't want color tag as background in checkboxes, it is what is done.
I think you think it is a bug because checkboxes in thumbs are same with or without color tag as background but this is normal.
If you don't want checkboxes in thumbs, you just have to uncheck this option in preferences.
My goodness - I've been using AMC so long that I'd forgotten that setting was even there!antp wrote:You can chose the unit to use in the Preferences -> Media File Importation.GnomesRUs wrote: Just wondering if it might be possible to have the actual byte-size of the file imported? (such as 4,321,500,601 Bytes)
But that affects only the new imports, it won't convert those already in the database.
is it normal than there are 3 tabs?soulsnake wrote: - Add possibility to display movie fields and custom fields in same tab (require at least a resolution screen of 1024 x 600 pixels).