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
sorting movies by grouping
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]
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

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 :
The list of field names is in the help file.
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.