Still no luck.
I downloaded the file from Lester, unzipped it to my backend.
Output 1:
python ~/scripts/find_orphans.py
File "/home/laffi/scripts/find_orphans.py", line 26
name = u'%s: %s' % (self.host, os.path.join(self.path, self))
^
SyntaxError: invalid syntax
I did read something somewhere about python versions, so I tried this
python2 ~/scripts/find_orphans.py
Traceback (most recent call last):
File "/home/laffi/scripts/find_orphans.py", line 221, in <module>
DB = MythDB()
File "/usr/lib/python2.7/site-packages/MythTV/database.py", line 958, in __init__
self.db = DBConnection(dbconn)
File "/usr/lib/python2.7/site-packages/MythTV/connections.py", line 150, in __init__
raise MythDBError(MythError.DB_CONNECTION, dbconn)
MythTV.exceptions.MythDBError: Failed to connect to database at 'mythconverg'@'192.168.1.103'for user 'mythtv' with password 'mythtv'.
Here are the bits from ~/.mythtv/mysql.txt
DBHostName=192.168.1.103
# By default, Myth tries to ping the DB host to see if it exists.
# If your DB host or network doesn't accept pings, set this to no:
#
#DBHostPing=no
DBUserName=mythtv
DBPassword=mythtv
so I don't understand why I get that error :confused: