mirror of
https://github.com/NohamR/OqeeRewind.git
synced 2026-01-09 23:58:17 +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/
|
dev_test/
|
||||||
widevine/
|
widevine/
|
||||||
info.md
|
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)
|
selected_channel_details = channels_data.get(selected_channel_id)
|
||||||
if selected_channel_details:
|
if selected_channel_details:
|
||||||
logger.info("You have selected:")
|
logger.info("You have selected:")
|
||||||
logger.info(" - Name: %s", selected_channel_details.get("name"))
|
logger.info(" Name: %s", selected_channel_details.get("name"))
|
||||||
logger.info(" - ID: %s", selected_channel_details.get("id"))
|
logger.info(" ID: %s", selected_channel_details.get("id"))
|
||||||
logger.info(" - Freebox ID: %s", selected_channel_details.get("freebox_id"))
|
logger.info(" Freebox ID: %s", selected_channel_details.get("freebox_id"))
|
||||||
else:
|
else:
|
||||||
logger.warning("Unable to find details for the selected channel.")
|
logger.warning("Unable to find details for the selected channel.")
|
||||||
return selected_channel_details
|
return selected_channel_details
|
||||||
|
|||||||
Reference in New Issue
Block a user