diff --git a/README.md b/README.md index 58d3d771..d468f03d 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,19 @@ video platforms easier and user-friendly. It supports downloading playlists, channels, live streams and includes features like scheduling downloads, sending notifications, and built-in video player. -![Short screenshot](https://raw.githubusercontent.com/ArabCoders/ytptube/master/sc_short.png) +# Screenshots +Example of the regular view interface. +![Short screenshot](https://raw.githubusercontent.com/ArabCoders/ytptube/dev/sc_short.jpg) + +Example of the Simple mode interface. +![Short screenshot](https://raw.githubusercontent.com/ArabCoders/ytptube/dev/sc_simple.jpg) # YTPTube Features. * Multi-download support. * Random beautiful background. * Handles live and upcoming streams. +* A Dual mode view for both technical and non-technical users. * Schedule channels or playlists to be downloaded automatically with support for creating custom download feeds from non-supported sites. See [Feeds documentation](FAQ.md#how-can-i-monitor-sites-without-rss-feeds). * Send notification to targets based on selected events. includes [Apprise](https://github.com/caronc/apprise?tab=readme-ov-file#readme) support. * Support per link options. diff --git a/app/routes/api/docs.py b/app/routes/api/docs.py index fe0eccf9..e4416321 100644 --- a/app/routes/api/docs.py +++ b/app/routes/api/docs.py @@ -15,10 +15,11 @@ from app.library.YTDLPOpts import YTDLPOpts LOG: logging.Logger = logging.getLogger(__name__) -STATIC_FILES = ["README.md", "FAQ.md", "API.md", "sc_short.png"] +STATIC_FILES = ["README.md", "FAQ.md", "API.md", "sc_short.jpg", "sc_simple.jpg"] EXT_TO_MIME: dict = { ".md": "text/markdown", ".png": "image/png", + ".jpg": "image/jpeg", } diff --git a/sc_short.jpg b/sc_short.jpg new file mode 100644 index 00000000..13c61c35 Binary files /dev/null and b/sc_short.jpg differ diff --git a/sc_short.png b/sc_short.png deleted file mode 100644 index 521801b3..00000000 Binary files a/sc_short.png and /dev/null differ diff --git a/sc_simple.jpg b/sc_simple.jpg new file mode 100644 index 00000000..6025de32 Binary files /dev/null and b/sc_simple.jpg differ diff --git a/ui/app/components/Markdown.vue b/ui/app/components/Markdown.vue index 2f387b8e..8d6197e5 100644 --- a/ui/app/components/Markdown.vue +++ b/ui/app/components/Markdown.vue @@ -99,7 +99,7 @@ import Message from '~/components/Message.vue' const props = defineProps<{ file: string }>() const emitter = defineEmits<{ (e: 'closeModel'): void }>() -const urls = ['FAQ.md', 'README.md', 'API.md', 'sc_short.png'] +const urls = ['FAQ.md', 'README.md', 'API.md', 'sc_short.jpg', 'sc_simple.jpg'] const content = ref('') const error = ref('') diff --git a/ui/app/components/Settings.vue b/ui/app/components/Settings.vue index b369780a..54c671cf 100644 --- a/ui/app/components/Settings.vue +++ b/ui/app/components/Settings.vue @@ -21,13 +21,13 @@
-

+

- The simple view is experimental and will change without notice and maybe even deleted in the future. + The simple view is ideal for non-technical users and mobile devices.

@@ -115,7 +115,7 @@
- +