Page 1 of 1
sorting movies by grouping
Posted: 2005-10-23 17:08:04
by peter
I want to separate divx collections and dvd-collections by grouping but i don't want to fill every label in every movie the format of it. How can i fix that?
Avoiding a <none> tag
Posted: 2005-10-23 17:52:57
by antp
There is an option for not creating a group for empty values, in the Preferences window.
If you want to fill quickly a field for lots of movies, it can be done easily with scripting, I can help you if you want that.
Posted: 2005-10-23 22:33:24
by peter
wow... thanks for your quick reply... I am very enthousiast about this software
A script, however to fill quickly fill fields would be very useful to create groups otherwise I have to fill each field of each movie to create groups. If there is another solution let me know anyome
I have an additional question: I want to group several videoformats divx and dvd by videoformat but the software strange enough doesn't create a new group for each different format.
ex.:
http://users.telenet.be/peter_engelen/grouped.gif
http://users.telenet.be/peter_engelen/notgrouped.gif
How is that possible?
Great software viva belgica viva you

awesome[/url]
Posted: 2005-10-24 08:30:04
by antp
There is also an option that say to not create a group for movie that would be alone in this group, maybe it is because of this.
For the script, something very simple like this will set "divx" to the video format of the selected movies :
Code: Select all
program newscript;
begin
SetField(fieldVideoFormat, 'divx');
end.
The list of field names is in the help file.
Posted: 2005-10-24 09:30:55
by peter
This is unbelievable Thank you very much.