hello mp-lovers
In this topic i want to discuss some ideas for the "MyMovies"-plugin and the movie-database-import. I hope that some of these ideas will be implemented in MediaPortal after the 0.2.0.0 final release.
Feel free to say what you think about some ideas or the hole post. If you are interested in some of these features vote and post it here :!: Only if these things are interested for a more than one MP-user they will be implemented I think.
If you have new ideas :idea: for the import, please post them, too.
Which import-sources could be used?
[*]local movie-database
The local movie-database is a xml-file created by Ant Movie Catalog for example. This is already possible with using the plugin MyFilms, but it would be great if the information could be imported in the movie-db and not using two plugins for the same work.
[*]online-lookup
This is the currently used method to search online for movie informations in the IMDb or OFDb for example.
[/list:u:a5a95236d3]
How the import-sources could be used?
Now MP-movie-import could search in many sources for movie-information. MP should search these sources in a special order. For example:
Why using so many image files?
MP already supports image-files which are named like the movie-file and the extension '.tbn'. ('titanic.tbn')
MP should also accepts other extensions for the cover/thumbnail. ('titanic.png','titanic.jpg') Why?
Some picture viewer () have thome problems with '.tbn'-files. (navigation next/back failures in Windows Picture Viewer)
It would also be great if MP could show scene-pictures ('titanic-1.png','titanic-2.png','titanic-3.png','titanic-4.png'). So MP show the cover for a while and then switched these pictures like a small slideshow at the movie-info-screen.
additional suggestions
'kuehnch', a user at the german forum thought about the support for DVD-directory-structure.
If MP finds a folder (Titanic) which contains the subfolders 'AUDIO_TS' and 'VIDEO_TS', MP accept this folder as a DVD-structure. So now MP could also import informations about this DVD, because in the folder 'Titanic' are the info-file, the cover and scene-pictures.
Waiting for feedback. :wink:
regards
chefkoch
In this topic i want to discuss some ideas for the "MyMovies"-plugin and the movie-database-import. I hope that some of these ideas will be implemented in MediaPortal after the 0.2.0.0 final release.
Feel free to say what you think about some ideas or the hole post. If you are interested in some of these features vote and post it here :!: Only if these things are interested for a more than one MP-user they will be implemented I think.
If you have new ideas :idea: for the import, please post them, too.
Which import-sources could be used?
- tags in the movie-file
Using tags in movie-files for the import of information about this movie is possible with Matroska files.
This movie container also supports embedded image-files which could be the cover-picture or some scene-pictures.
- seperate info-file
A seperated info-file is a simple text file which contains information about one movie. This text file can be simply and fast edited.
The info-file could be written inthe ini-file-format orthe xml-file-format which is better i think.
The info-file contain all text information about the movie and also infos where to find the cover-picture or some scene-pictures.
The relation from the info-file, the cover and scene pictures to the movie-file could be made through the following ways:
[list:a5a95236d3] - The info-file and image-files are named like the movie-file and they are in the same folder:
Code:'titanic.avi','titanic.xml','titanic.png', 'titanic-1.png','titanic-2.png','titanic-3.png','titanic-4.png'
- The info-file and image-files are named like the movie-file, but they are in a special folder only for info and image-files. (This folder could be set in MP-config.)
pro: The movies are alone in their folder and they are not mixed with other files.
- An entry in the info-file contains the path to the movie-file.
contra: If the directory structure is changed, you have to set the new paths.
[*]local movie-database
The local movie-database is a xml-file created by Ant Movie Catalog for example. This is already possible with using the plugin MyFilms, but it would be great if the information could be imported in the movie-db and not using two plugins for the same work.
[*]online-lookup
This is the currently used method to search online for movie informations in the IMDb or OFDb for example.
[/list:u:a5a95236d3]
How the import-sources could be used?
Now MP-movie-import could search in many sources for movie-information. MP should search these sources in a special order. For example:
- tags in the movie-file
- seperate info-file
- local movie-database
- online-lookup
- If the computer running MP is not connected to the internet, i want to disable the online lookup.
- If I don't have a local database, MP can't search for this once.
Why using so many image files?
MP already supports image-files which are named like the movie-file and the extension '.tbn'. ('titanic.tbn')
MP should also accepts other extensions for the cover/thumbnail. ('titanic.png','titanic.jpg') Why?
Some picture viewer () have thome problems with '.tbn'-files. (navigation next/back failures in Windows Picture Viewer)
It would also be great if MP could show scene-pictures ('titanic-1.png','titanic-2.png','titanic-3.png','titanic-4.png'). So MP show the cover for a while and then switched these pictures like a small slideshow at the movie-info-screen.
additional suggestions
'kuehnch', a user at the german forum thought about the support for DVD-directory-structure.
Code:
- Movies
|- Titanic
| |- AUDIO_TS
| |- VIDEO_TS
| |- titanic.xml
| |- titanic.png
| |- titanic-1.png
| |- titanic-2.png
| |- titanic-3.png
| |- titanic-4.png
|
|
|-... more DVD-directories
|-... oder Video-files ....
Waiting for feedback. :wink:
regards
chefkoch