patch for vuplus again
[vuplus_dvbapp] / lib / python / Screens / InfoBarGenerics.py
old mode 100644 (file)
new mode 100755 (executable)
index f98d4c3..4be0cbc
@@ -1635,6 +1635,11 @@ class InfoBarInstantRecord:
                dir = preferredInstantRecordPath()
                if not dir or not fileExists(dir, 'w'):
                        dir = defaultMoviePath()
+#      ikseong
+               if not fileExists("/hdd", 0):
+                       print "not found /hdd"
+                       system("ln -s /media/hdd /hdd")
+#
                try:
                        stat = os_stat(dir)
                except: