I have a lot of foreign movies not listed in imdb, but I'd like them to get into the mediaportal database.
How can I add movies to the database, without interactively going into the editor? I'd like to do this with commands/batch file so I can write scripts around them.
I know this should involve some sort of sqlite database entry addition, but I'm totally unfamiliar with database stuff, so need an almost working recipe if possible..
Something that does
-----
Add_movie - title <title> -genre <genre>
----
That should be enough because I just need it to be available in the title view. Nothing more..
How can I add movies to the database, without interactively going into the editor? I'd like to do this with commands/batch file so I can write scripts around them.
I know this should involve some sort of sqlite database entry addition, but I'm totally unfamiliar with database stuff, so need an almost working recipe if possible..
Something that does
-----
Add_movie - title <title> -genre <genre>
----
That should be enough because I just need it to be available in the title view. Nothing more..