romcollectionbrowser icon indicating copy to clipboard operation
romcollectionbrowser copied to clipboard

Kodi - Rom Collection Browser

Results 70 romcollectionbrowser issues
Sort by recently updated
recently updated
newest added

In some cases we could read properties like region or version from the filename. In later steps we could use this information to find the correct game or artwork while...

enhancement
scraping

Missing artwork files could fall back to displaying a default image, e.g. RCB logo. This is common practice on a number of different front-ends.

enhancement
browsing

``` For those of us with very large game databases (mame, consoles, computers) an initial start page to select the system would perhaps be more convenient. This would skip the...

enhancement
Priority-Medium
ui

write short messages to a text file that can be displayed by lcdsmartie. Examples: - loaded 1234 games to list - Platform: XYZ - Game: XYZ - launch Game XYZ

enhancement

When adding a new Rom Collection you have to select an existing platform or you can select "Other" and specify your own platform name. There should be an option to...

enhancement
scraping

Let users configure the import/scrape process at the beginning and just ask for launching configuration when they want to launch a game.

configuration

Example Wii U games could look like this: WiiU/New Super Mario/data/code/mario.rpx WiiU/Mario Party 10/data/code/mp.rpx Check if paths like this can be handled during configuration, import and launching. Configuration could be...

launcher
scraping
configuration

findEmulators is called incorrectly. dialogeditromcollection: ```python autoconfig.findEmulators(util.current_os, self.selectedRomCollection.name, True) ``` wizardconfigxml: ```python autoconfig.findEmulators(util.current_os, romCollection.name, True) ``` util.current_os is a function so should be ```python util.current_os() ``` launcher.py ```python def __getEncoding(self):...

bug
launcher

Atm the only way to play back videos is automatically when browsing the list. We should add an option to start video playback manually. Either in info dialog or main...

enhancement
browsing