[mythtv-users] games not scanning

David Campbell dave at cpfc.org
Fri Mar 23 12:11:18 UTC 2007


Tom Weichmann wrote:
> 
> OK I connected to the database and looks like everything is OK, but I did have 
> to change your commandlines from  where playername ='SNES'; to  where 
> playername ='ZSNES'; and from where system = 'SNES' to 
> where system = 'ZSNES'
> 
> Should I change the name of my player to be SNES rather then ZSNES? 

I would.
> 
> Anywhy here is my output:
> 
> mysql> select playername,rompath,commandline,gametype from gameplayers where 
> playername = 'Zsnes';
> +------------+------------------+----------------+----------+
> | playername | rompath          | commandline    | gametype |
> +------------+------------------+----------------+----------+
> | Zsnes      | /windows/F/Roms/ | /usr/bin/zsnes | SNES     |
> +------------+------------------+----------------+----------+
> 1 row in set (0.00 sec)

I would change the setting to this:

mysql> select playername,commandline,gametype from gameplayers where 
playername = 'SNES';
+------------+----------------+----------+
| playername | commandline    | gametype |
+------------+----------------+----------+
| SNES       | zsnes -k 25 -m | SNES     |
+------------+----------------+----------+
1 row in set (0.00 sec)

Dave


More information about the mythtv-users mailing list