From 51ceffd58f7f9cc0cb816b2bb0317cae84b97a93 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 15 Apr 2022 22:35:13 +0700 Subject: [PATCH] update all links to tubearchivist organization --- CONTRIBUTING.md | 2 +- README.md | 18 +++++++++--------- deploy.sh | 2 +- docs/Installation.md | 4 ++-- tubearchivist/config/settings.py | 2 +- tubearchivist/home/templates/home/about.html | 8 ++++---- tubearchivist/home/templates/home/base.html | 2 +- tubearchivist/home/templates/home/login.html | 2 +- .../home/templates/home/settings.html | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06034d5..f2538fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ If you haven't already, the best place to start is the README. This will give yo ## Report a bug -If you notice something is not working as expected, check to see if it has been previously reported in the [open issues](https://github.com/bbilly1/tubearchivist/issues). +If you notice something is not working as expected, check to see if it has been previously reported in the [open issues](https://github.com/tubearchivist/tubearchivist/issues). If it has not yet been disclosed, go ahead and create an issue. If the issue doesn't move forward due to a lack of response, I assume it's solved and will close it after some time to keep the list fresh. diff --git a/README.md b/README.md index 4da77e7..907efd5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tube Archivist has a new home: https://github.com/tubearchivist/tubearchivist ## Table of contents: -* [Wiki](https://github.com/bbilly1/tubearchivist/wiki) for a detailed documentation, with [FAQ](https://github.com/bbilly1/tubearchivist/wiki/FAQ) +* [Wiki](https://github.com/tubearchivist/tubearchivist/wiki) for a detailed documentation, with [FAQ](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) * [Core functionality](#core-functionality) * [Screenshots](#screenshots) * [Problem Tube Archivist tries to solve](#problem-tube-archivist-tries-to-solve) @@ -106,7 +106,7 @@ You will see the current version number of **Tube Archivist** in the footer of t ### Alternative installation instructions: - **arm64**: The Tube Archivist container is multi arch, so is Elasticsearch. RedisJSON doesn't offer arm builds, you can use `bbilly1/rejson`, an unofficial rebuild for arm64. -- **Synology**: There is a [discussion thread](https://github.com/bbilly1/tubearchivist/discussions/48) with Synology installation instructions. +- **Synology**: There is a [discussion thread](https://github.com/tubearchivist/tubearchivist/discussions/48) with Synology installation instructions. - **Unraid**: The three containers needed are all in the Community Applications. First install `TubeArchivist RedisJSON` followed by `TubeArchivist ES`, and finally you can install `TubeArchivist`. If you have unraid specific issues, report those to the [support thread](https://forums.unraid.net/topic/114073-support-crocs-tube-archivist/ "support thread"). - **Helm Chart**: There is a Helm Chart available at https://github.com/insuusvenerati/helm-charts. Mostly self-explanatory but feel free to ask questions in the discord / subreddit. @@ -152,20 +152,20 @@ We have come far, nonetheless we are not short of ideas on how to improve and ex - [ ] User roles - [ ] Podcast mode to serve channel as mp3 - [ ] Implement [PyFilesystem](https://github.com/PyFilesystem/pyfilesystem2) for flexible video storage -- [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications ([#97](https://github.com/bbilly1/tubearchivist/issues/97)) +- [ ] Implement [Apprise](https://github.com/caronc/apprise) for notifications ([#97](https://github.com/tubearchivist/tubearchivist/issues/97)) - [ ] Add [SponsorBlock](https://sponsor.ajay.app/) integration -- [ ] Add passing browser cookies to yt-dlp ([#199](https://github.com/bbilly1/tubearchivist/issues/199)) -- [ ] User created playlists, random and repeat controls ([#108](https://github.com/bbilly1/tubearchivist/issues/108), [#220](https://github.com/bbilly1/tubearchivist/issues/220)) +- [ ] Add passing browser cookies to yt-dlp ([#199](https://github.com/tubearchivist/tubearchivist/issues/199)) +- [ ] User created playlists, random and repeat controls ([#108](https://github.com/tubearchivist/tubearchivist/issues/108), [#220](https://github.com/tubearchivist/tubearchivist/issues/220)) - [ ] Auto play or play next link - [ ] Show similar videos on video page - [ ] Multi language support - [ ] Show total video downloaded vs total videos available in channel - [ ] Make items in grid row configurable to use more of the screen - [ ] Add statistics of index -- [ ] Implement complete offline media file import from json file ([#138](https://github.com/bbilly1/tubearchivist/issues/138)) -- [ ] Filter and query in search form, search by url query ([#134](https://github.com/bbilly1/tubearchivist/issues/134), [#139](https://github.com/bbilly1/tubearchivist/issues/139)) -- [ ] Auto ignore videos by keyword ([#163](https://github.com/bbilly1/tubearchivist/issues/163)) -- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/bbilly1/tubearchivist/issues/144)) +- [ ] Implement complete offline media file import from json file ([#138](https://github.com/tubearchivist/tubearchivist/issues/138)) +- [ ] Filter and query in search form, search by url query ([#134](https://github.com/tubearchivist/tubearchivist/issues/134), [#139](https://github.com/tubearchivist/tubearchivist/issues/139)) +- [ ] Auto ignore videos by keyword ([#163](https://github.com/tubearchivist/tubearchivist/issues/163)) +- [ ] Custom searchable notes to videos, channels, playlists ([#144](https://github.com/tubearchivist/tubearchivist/issues/144)) Implemented: - [X] Implement per channel settings [2022-03-26] diff --git a/deploy.sh b/deploy.sh index 38f7403..92ca8de 100755 --- a/deploy.sh +++ b/deploy.sh @@ -12,7 +12,7 @@ # docker buildx inspect --bootstrap # more details: -# https://github.com/bbilly1/tubearchivist/issues/6 +# https://github.com/tubearchivist/tubearchivist/issues/6 set -e diff --git a/docs/Installation.md b/docs/Installation.md index e15d784..a6cb554 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -13,7 +13,7 @@ Tube Archivist, and all if it's dependencies are located in the [community appli ![enter image description here](https://i.imgur.com/ycAqFRU.png) This is the easiest container to setup of the thee, just make sure that you do not have any port conflicts, and that your `/data` is mounted to the correct path. The other containers will map to the same directory. -If you need to install `TubeArchivist-RedisJSON`on a different port, you'll have to follow [these steps](https://github.com/bbilly1/tubearchivist#redis-on-a-custom-port) later on when installing the `TubeArchivist` container +If you need to install `TubeArchivist-RedisJSON`on a different port, you'll have to follow [these steps](https://github.com/tubearchivist/tubearchivist#redis-on-a-custom-port) later on when installing the `TubeArchivist` container ### Step 2: Install `TubeArchivist-ES` @@ -34,7 +34,7 @@ It's finally time to set up TubeArchivist! Make sure that this is an empty directory to not cause confusion when starting the application. If you have existing videos that you'd like to import into Tube Archivist, please checkout the [settings - wiki.](https://github.com/bbilly1/tubearchivist/wiki/Settings#manual-media-files-import) + wiki.](https://github.com/tubearchivist/tubearchivist/wiki/Settings#manual-media-files-import) - `Appdata:` This should be the same base path as the other two containers. diff --git a/tubearchivist/config/settings.py b/tubearchivist/config/settings.py index 251ad5c..1e92937 100644 --- a/tubearchivist/config/settings.py +++ b/tubearchivist/config/settings.py @@ -153,5 +153,5 @@ CORS_ALLOW_HEADERS = list(default_headers) + [ ] # TA application settings -TA_UPSTREAM = "https://github.com/bbilly1/tubearchivist" +TA_UPSTREAM = "https://github.com/tubearchivist/tubearchivist" TA_VERSION = "v0.1.3" diff --git a/tubearchivist/home/templates/home/about.html b/tubearchivist/home/templates/home/about.html index 26d2416..23e01a8 100644 --- a/tubearchivist/home/templates/home/about.html +++ b/tubearchivist/home/templates/home/about.html @@ -7,13 +7,13 @@

Useful Links

-

This project is in active and constant development, take a look at the roadmap for a overview.

-

For any questions on what a button or a function does, You can find the up-to-date user documentation on Github.

-

All contributions are welcome: Open an issue for any bugs and errors, start a discussion for anything that will require a more indepth look. The contributing page is a good place to get started.

+

This project is in active and constant development, take a look at the roadmap for a overview.

+

For any questions on what a button or a function does, You can find the up-to-date user documentation on Github.

+

All contributions are welcome: Open an issue for any bugs and errors, join us on Discord to discuss details. The contributing page is a good place to get started.

Donate

-

Here are some links, if you want to buy the developer a coffee. Thank you for your support!

+

Here are some links, if you want to buy the developer a coffee. Thank you for your support!

{% endblock content %} diff --git a/tubearchivist/home/templates/home/base.html b/tubearchivist/home/templates/home/base.html index ceb35d5..83b41f9 100644 --- a/tubearchivist/home/templates/home/base.html +++ b/tubearchivist/home/templates/home/base.html @@ -132,7 +132,7 @@ diff --git a/tubearchivist/home/templates/home/login.html b/tubearchivist/home/templates/home/login.html index b19f52a..ecefb42 100644 --- a/tubearchivist/home/templates/home/login.html +++ b/tubearchivist/home/templates/home/login.html @@ -45,7 +45,7 @@ - +

Manual media files import.

-

Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

+

Add files to the cache/import folder. Make sure to follow the instructions in the Github Wiki.

@@ -303,7 +303,7 @@

Rescan filesystem

Danger Zone: This will delete the metadata of deleted videos from the filesystem.

-

Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.

+

Rescan your media folder looking for missing videos and clean up index. More infos on the Github Wiki.