Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception | |
| --------- | |
| Traceback (most recent call last): | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/trapcall.py", line 43, in trap_call | |
| function(*args, **kwargs) | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/frontends/widgets/displays.py", line 246, in _select_display_for_tabs | |
| self.change_non_video_displays(klass(tab_type, selected_tabs)) | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/frontends/widgets/displays.py", line 525, in __init__ | |
| self.controller = devicecontroller.DeviceItemController(device) | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/frontends/widgets/devicecontroller.py", line 1118, in __init__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception | |
| --------- | |
| Traceback (most recent call last): | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/trapcall.py", line 43, in trap_call | |
| function(*args, **kwargs) | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/eventloop.py", line 595, in _idle_iterate_step | |
| retval = iterator.next() | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/devices.py", line 1518, in scan_device_for_files | |
| known_files = clean_database(device) | |
| File "/home/knut/miro/tv/linux/dist/usr/lib/python2.7/site-packages/miro/devices.py", line 1479, in clean_database |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @property | |
| def upload_ratio(self): | |
| if self.downloaded_size > 0: | |
| return float(self.upload_size) / self.downloaded_size | |
| else: | |
| return 0 |
NewerOlder