Skip to content

Commit

Permalink
proxy server shouldn't work anything else than stbs
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed May 19, 2024
1 parent 5efa631 commit 6b934ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion channel_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def channel_selected(self, item):
else:
print("Failed to create link.")
else:
proxy_url = f"http://localhost:8081/?url={requests.utils.quote(cmd)}"
proxy_url = cmd #f"http://localhost:8081/?url={requests.utils.quote(cmd)}"
self.player.play_video(proxy_url)

def options_dialog(self):
Expand Down
6 changes: 3 additions & 3 deletions qitv-macos-intel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ app = BUNDLE(
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSAppleScriptEnabled': False,
'NSMicrophoneUsageDescription': 'This app requires access to the microphone for audio processing.',
'NSCameraUsageDescription': 'This app requires access to the camera for hand gesture detection.',
'NSAccessibilityUsageDescription': 'This app requires accessibility permissions to control the mouse using hand gestures.'
# 'NSMicrophoneUsageDescription': 'This app requires access to the microphone for audio processing.',
# 'NSCameraUsageDescription': 'This app requires access to the camera for hand gesture detection.',
# 'NSAccessibilityUsageDescription': 'This app requires accessibility permissions to control the mouse using hand gestures.'
},
version='0.0.1'
)
6 changes: 3 additions & 3 deletions qitv-macos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ app = BUNDLE(
info_plist={
'NSPrincipalClass': 'NSApplication',
'NSAppleScriptEnabled': False,
'NSMicrophoneUsageDescription': 'This app requires access to the microphone for audio processing.',
'NSCameraUsageDescription': 'This app requires access to the camera for hand gesture detection.',
'NSAccessibilityUsageDescription': 'This app requires accessibility permissions to control the mouse using hand gestures.'
# 'NSMicrophoneUsageDescription': 'This app requires access to the microphone for audio processing.',
# 'NSCameraUsageDescription': 'This app requires access to the camera for hand gesture detection.',
# 'NSAccessibilityUsageDescription': 'This app requires accessibility permissions to control the mouse using hand gestures.'
},
version='0.0.1'
)

0 comments on commit 6b934ef

Please sign in to comment.