Aaron sickprodigy
sickprodigy pushed to main at sickprodigy/navidrome-smart-playlists 2025-10-26 14:21:20 -04:00
46878b2ccb forgot a closing "
26af889b56 trailing commas not allowed
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-25 10:32:09 -04:00
601b70a35d better format how it works area. Also explain some scripts better. I forget that videoID and channelID and so many ID's get's confusing to work with.
5e2acc054d edit values so understand better from external view.
Compare 2 commits »
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-25 10:00:22 -04:00
6c87737393 update formatting..
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-25 09:59:21 -04:00
46268af42d Update example input filename and output.
799cf76b44 Update example you will see from elasticsearch
Compare 2 commits »
sickprodigy commented on issue sickprodigy/TubeArchivist-Scripts#2 2025-10-25 09:18:52 -04:00
Imported Channel Missing Data

List of Channels that need updated

https://tubearchivist.rcs1.top/channel/TempleOS-TheMissingVideos 13 episodes, only 12 showing in plex for some reason

https://tubearchivist.rcs1.top/channe…

sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-24 20:19:21 -04:00
939cc4c5ee fix link so shows on github correctly too.
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-24 20:17:08 -04:00
3c28f1aa76 fix formatting in how it works area, and add additional comments.
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-24 20:11:09 -04:00
09fcf0fe6d add link to ElasticSearch-Common-Commands.md
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-24 20:00:05 -04:00
90a0f6514d initialize file, input basic data like commands used, and ways to get api key. Althought with user:pass shouldn't really need api key just wanted to know how to do it.
372376b445 Example Channel info from elasticsearch curl call.
Compare 2 commits »
sickprodigy opened issue sickprodigy/home-server#49 2025-10-23 10:22:14 -04:00
Plex / IPTV / xTeVe
sickprodigy commented on issue sickprodigy/TubeArchivist-Scripts#2 2025-10-23 01:19:47 -04:00
Imported Channel Missing Data

Got kibana to work finally. So basically just need to add new user to elasticsearch, now I can connect and bash in some scripts basically.

sickprodigy closed issue sickprodigy/home-server#48 2025-10-23 01:18:39 -04:00
Kibana / ElasticSearch Issues
sickprodigy commented on issue sickprodigy/home-server#48 2025-10-23 01:15:44 -04:00
Kibana / ElasticSearch Issues

actually able to view tubearchivist now and edit channel data

sickprodigy commented on issue sickprodigy/home-server#48 2025-10-23 01:07:16 -04:00
Kibana / ElasticSearch Issues

had to create user, think i just wasn't loggin in correctly like

curl -u 'elastic:ELASTIC_PASS' -X POST "http://localhost:9200/_security/user/alice" \
  -H 'Content-Type: application/json…
sickprodigy opened issue sickprodigy/home-server#48 2025-10-23 00:39:44 -04:00
Kibana / ElasticSearch Issues
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-22 21:58:09 -04:00
337fd19dc7 New script, explain documentation. also renamed a couple files.
sickprodigy commented on issue sickprodigy/TubeArchivist-Scripts#1 2025-10-22 19:56:57 -04:00
New list being imported issues

This time running

  1. ./move-find-id-to-end-filename.bash
  2. ./create-json-alongside-each-file.bash
  3. ./insert-id-into-json.bash
  4. ./insert-title-into-json.bash
  5. ./insert-date-into-json.b…
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-22 19:55:24 -04:00
5793523215 add other optional data you may want to copy to all files. Or possibly adding tags pulled from another file, categories, description, etc.
sickprodigy pushed to main at sickprodigy/TubeArchivist-Scripts 2025-10-22 19:46:11 -04:00
3474918972 rename file
59997a8831 rename file
67ed4869ea move/find id to end of filename. In my situation it was between second and third " - " So splits apart and put back together.
Compare 3 commits »
sickprodigy commented on issue sickprodigy/TubeArchivist-Scripts#1 2025-10-22 19:10:34 -04:00
New list being imported issues

alright went in reverse, figured out a lot of duplicates were in .mkv, removed those and had to create a look a like file to use with 1 last video that was missing it's data. Now waiting for the…