This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Find the file ~/.kodi/userdata/MyVideosXX.db | |
| -- Open with sqlite3 | |
| -- Run the following statement: | |
| SELECT | |
| m.c00, -- Movie name | |
| p.strPath, -- Path | |
| f.strFilename -- File name | |
| FROM movie m |