Converting Movie # to Movie Title (1 Viewer)

Hr. Kvist

Portal Member
September 10, 2005
16
0
If you're like me, and you would rather have MP to ask for the movie title instead of a number when you select a movie, heres a fix :

1. Start docs/SQLite Database Browser.exe
2. Open database/VideoDatabaseV5.db3
3. Execute the following sql statement : update movie set discid = (select strtitle from movieinfo where movie.idmovie = movieinfo.idmovie);

Hr. Kvist
 

Users who are viewing this thread

Top Bottom