mirror of
https://github.com/NohamR/OqeeRewind.git
synced 2026-01-09 07:38:12 +00:00
Add demo media files and update logging format
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -222,3 +222,4 @@ video/
|
||||
dev_test/
|
||||
widevine/
|
||||
info.md
|
||||
/download
|
||||
|
||||
BIN
docs/demo/Demo-CLI-Mode.gif
Normal file
BIN
docs/demo/Demo-CLI-Mode.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
docs/demo/Demo-CLI-Mode.mp4
Normal file
BIN
docs/demo/Demo-CLI-Mode.mp4
Normal file
Binary file not shown.
BIN
docs/demo/Demo-Interactive-Mode.gif
Normal file
BIN
docs/demo/Demo-Interactive-Mode.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.8 MiB |
BIN
docs/demo/Demo-Interactive-Mode.mp4
Normal file
BIN
docs/demo/Demo-Interactive-Mode.mp4
Normal file
Binary file not shown.
@@ -179,9 +179,9 @@ def select_oqee_channel():
|
||||
selected_channel_details = channels_data.get(selected_channel_id)
|
||||
if selected_channel_details:
|
||||
logger.info("You have selected:")
|
||||
logger.info(" - Name: %s", selected_channel_details.get("name"))
|
||||
logger.info(" - ID: %s", selected_channel_details.get("id"))
|
||||
logger.info(" - Freebox ID: %s", selected_channel_details.get("freebox_id"))
|
||||
logger.info(" Name: %s", selected_channel_details.get("name"))
|
||||
logger.info(" ID: %s", selected_channel_details.get("id"))
|
||||
logger.info(" Freebox ID: %s", selected_channel_details.get("freebox_id"))
|
||||
else:
|
||||
logger.warning("Unable to find details for the selected channel.")
|
||||
return selected_channel_details
|
||||
|
||||
Reference in New Issue
Block a user