File With Multiple Disk Number
File With Multiple Disk Number
Ciao a tutti,
sto provando a usare questo programma ed è davvero fantastico!
Ho un problema sui film con più dischi.
Ad esempio con un film tipo:
Matrix cd1
Matrix cd2
come faccio a catalogarli in un unico film?
Grazie a tutti e scusate per il mio inglese. Uso Google translation
+++++++++++++++++++++++++++++++++
Hello everyone,
I'm trying to use this program and it's really great!
I have a problem with the film on multiple disks.
For example with a film type:
Matrix cd1
Matrix cd2
how do I categorize them in one movie?
Thanks to all and sorry for my English. Using Google translation
sto provando a usare questo programma ed è davvero fantastico!
Ho un problema sui film con più dischi.
Ad esempio con un film tipo:
Matrix cd1
Matrix cd2
come faccio a catalogarli in un unico film?
Grazie a tutti e scusate per il mio inglese. Uso Google translation
+++++++++++++++++++++++++++++++++
Hello everyone,
I'm trying to use this program and it's really great!
I have a problem with the film on multiple disks.
For example with a film type:
Matrix cd1
Matrix cd2
how do I categorize them in one movie?
Thanks to all and sorry for my English. Using Google translation
When you import movies with AMC (Import > Media Files) you can select option "Merge info of media in multi parts/disks".
This option merge media with the same filename (except for disk tag and number of disk) in one movie title.
For example:
if "my_movie_name_cd1.avi" and "my_vovie_name_cd2.avi" are in same folder, they will be merge in one movie title with 2 disks.
If you want more cd tags such as "cd" or "dvd" or "divx" you can change them in options. Here the result will be: (cd|dvd|divx)[0-9]{1,3}.
Soulsnake.
This option merge media with the same filename (except for disk tag and number of disk) in one movie title.
For example:
if "my_movie_name_cd1.avi" and "my_vovie_name_cd2.avi" are in same folder, they will be merge in one movie title with 2 disks.
If you want more cd tags such as "cd" or "dvd" or "divx" you can change them in options. Here the result will be: (cd|dvd|divx)[0-9]{1,3}.
Soulsnake.
With this pattern "(cd) [0-9] {1,3}" it should work if the multiple files to merge are in same folder.
"cd" or "CD" is same because it is not case sensitive.
But don't use spaces in pattern.
For example write "(cd|dvd) [0-9] {1,3}" but not "(cd | dvd) [0-9] {1,3}".
Just a question: When you import media files, are they sorted by name for a same folder in the list ? For me it is the case but if not for you this could be the reason why files with same filename (except for disk tag and disk number) are not merged. Actually, I merge the current explored file with the last explored file if they have the same filename. But if files are not sorted by name by default this can't work and I have to change this.
Soulsnake.
"cd" or "CD" is same because it is not case sensitive.
But don't use spaces in pattern.
For example write "(cd|dvd) [0-9] {1,3}" but not "(cd | dvd) [0-9] {1,3}".
Just a question: When you import media files, are they sorted by name for a same folder in the list ? For me it is the case but if not for you this could be the reason why files with same filename (except for disk tag and disk number) are not merged. Actually, I merge the current explored file with the last explored file if they have the same filename. But if files are not sorted by name by default this can't work and I have to change this.
Soulsnake.
When a program asks the contents of a folder, windows sends the file list to the program in a different order depending on the filesystem:
NTFS drive: sorted by name
FAT32 drive: more or less sorted by date of creation on the disk
I should make tests on network drives since I do not remember how it works on these
NTFS drive: sorted by name
FAT32 drive: more or less sorted by date of creation on the disk
I should make tests on network drives since I do not remember how it works on these

Um... I have been too optimistic. I believed that the folder list was sorted by filename but apparently it is not always the case. So I have to change this for the futur version.
To raven978: For the moment you can create a specific folder to gather multiple files of a movie for each movie. This should work even if folder list is not sorted by filename.
For example:
And don't forget to increase value of "Browse subfolders with depth of:" option too to browse subfolders
.
Soulsnake.
To raven978: For the moment you can create a specific folder to gather multiple files of a movie for each movie. This should work even if folder list is not sorted by filename.
For example:
Code: Select all
folder movie1
> file movie1_cd1.avi
> file movie1_cd2.avi
folder movie2
> file movie2_cd1.avi
> file movie2_cd2.avi
> file movie2_cd3.avi
movie_in_one_file1.avi
movie_in_one_file2.avi
...

Soulsnake.
Last edited by soulsnake on 2012-02-12 22:30:23, edited 1 time in total.
Thank you!soulsnake wrote: To raven978: For the moment you can create a specific folder to gather multiple files of a movie for each movie. This should work even if folder list is not sorted by filename.
This solution function, but I would avoid creating a folder for each movie. There are other programs that use that reference to my folder "Movies"
If you have the ability to implement reconstruction in alphabetical order before the import of ANT, would be a good solution.
I just correct this bug by sorting movie files by filename myself before to check the filename for merging.Thank you!
This solution function, but I would avoid creating a folder for each movie. There are other programs that use that reference to my folder "Movies"
If you have the ability to implement reconstruction in alphabetical order before the import of ANT, would be a good solution
You just have to be patient and wait the future version. Sorry
