X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInfoBarGenerics.py;h=043293088bfaded8f45fb966e8ddc0d7c0ba8ffa;hb=a29693293853a2dd6dd83e0586e8e2dbd1ac1d7f;hp=4f6eafca0c752f17ca8d68f8dff53512dd96a42b;hpb=83e780aa14c8f51c89ff80c7ac2b67de5b8dc3b8;p=vuplus_dvbapp diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py old mode 100644 new mode 100755 index 4f6eafc..0432930 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1626,6 +1626,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: