| | 1 | = Command-line parameters = |
| | 2 | |
| | 3 | "'''oscar.exe [files] [options] [switches] [files]'''" |
| | 4 | where: |
| | 5 | |
| | 6 | ''[files]'' is any number of video files or folders |
| | 7 | |
| | 8 | ''[options]'' are: |
| | 9 | |
| | 10 | * /search - automatically start 'Search', currently disabled (g2v9) |
| | 11 | * /upload - go to 'upload' mode, all [files] following with option will be added to 'Upload' view |
| | 12 | * @''files.omh'' - import video files from the list ''files.omh'' |
| | 13 | * /ilang:xx - start GUI in specified language, ''xx'' is the ISO639-2 language code |
| | 14 | * /server:''n'' - set remote OSDb server to ''n''-th server in the list in 'Preferences' |
| | 15 | |
| | 16 | ''[switches]'' will be implemented later (e.g. switch on/off recursive adding of video files, etc.) |
| | 17 | |
| | 18 | == Examples == |
| | 19 | * /ilang:sk - start GUI in slovak language |
| | 20 | * /search movie1.avi /upload movie2.avi @movies.omh - will add movie1.avi to 'Download' view, movie2.avi to 'Upload' view and also import video list movies.omh into 'Upload' view |