diff --git a/README.md b/README.md index 9d1da17f..a3601fe2 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,33 @@ hopefully, quite reliable. # Screenshots +### Dashboard + +![TubeSync Dashboard](https://github.com/meeb/tubesync/blob/main/docs/dashboard.png?raw=true) + +### Sources overview + +![TubeSync sources overview](https://github.com/meeb/tubesync/blob/main/docs/sources.png?raw=true) + +### Source details + +![TubeSync source details](https://github.com/meeb/tubesync/blob/main/docs/source.png?raw=true) + +### Media overview + +![TubeSync media overview](https://github.com/meeb/tubesync/blob/main/docs/media.png?raw=true) + +### Media details + +![TubeSync media-details](https://github.com/meeb/tubesync/blob/main/docs/media-item.png?raw=true) + # Requirements For the easiest installation, you will need an environment to run containers such as Docker or Podman. You will also need as much space as you want to allocate to -downloaded media and thumbnails. +downloaded media and thumbnails. If you download a lot of media at high resolutions +this can be very large. # What to expect diff --git a/docs/dashboard.png b/docs/dashboard.png new file mode 100644 index 00000000..8b74a82e Binary files /dev/null and b/docs/dashboard.png differ diff --git a/docs/media-item.png b/docs/media-item.png new file mode 100644 index 00000000..4d2b67d9 Binary files /dev/null and b/docs/media-item.png differ diff --git a/docs/media.png b/docs/media.png new file mode 100644 index 00000000..fcd8d022 Binary files /dev/null and b/docs/media.png differ diff --git a/docs/source.png b/docs/source.png new file mode 100644 index 00000000..e443fa13 Binary files /dev/null and b/docs/source.png differ diff --git a/docs/sources.png b/docs/sources.png new file mode 100644 index 00000000..1351209b Binary files /dev/null and b/docs/sources.png differ