hy,
i just downloaded the software and i think it is real great!!!
is there any possibility to change the main window? i don´t need some of the information such as director, media label, media type...
hope some1 can help me :-)
edit the main window?
It is not possible for the moment.
Actually you can hide fields if you really want, but the space that was used by these fields will be lost (i.e. there will be an unused zone in the window).
In a future version it will be possible to customize what has to be displayed, but I cannot say when, since it will not be easy to implement in the program.
Actually you can hide fields if you really want, but the space that was used by these fields will be lost (i.e. there will be an unused zone in the window).
In a future version it will be possible to customize what has to be displayed, but I cannot say when, since it will not be easy to implement in the program.
create a new file in the folder "Languages" with the ".lng" extension, containing this :
[MainWindow]
MainWindow.LMedia.Visible = False
MainWindow.LMediaType.Visible = False
etc... (same for all the labels that you want to hide, see English.lng for label names)
MainWindow.EMedia.Visible = False
etc... (same for all the edit fields)
If you were already using a langage file, copy it under a new name (to prevent the overwriting when upgrading to a new version) and add the new lines somewhere after the [MainWindow] line that should already exist.
Then in Tools -> Preferences -> Languages, select the file that you have created.
[MainWindow]
MainWindow.LMedia.Visible = False
MainWindow.LMediaType.Visible = False
etc... (same for all the labels that you want to hide, see English.lng for label names)
MainWindow.EMedia.Visible = False
etc... (same for all the edit fields)
If you were already using a langage file, copy it under a new name (to prevent the overwriting when upgrading to a new version) and add the new lines somewhere after the [MainWindow] line that should already exist.
Then in Tools -> Preferences -> Languages, select the file that you have created.