X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FScreens%2FInfoBarGenerics.py;h=4be0cbcc910850b1b00f622788ad5625044361b2;hb=4186f8c308d9450353520a88eb5a5ee3940281d3;hp=f98d4c3398814653deea13416b28fbba943ea0b7;hpb=cd176a16cb54350617ea202de983e8d643978971;p=vuplus_dvbapp diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py old mode 100644 new mode 100755 index f98d4c3..4be0cbc --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -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: