Jump to content

Inrix

Member
  • Posts

    605
  • Joined

  • Last visited

Everything posted by Inrix

  1. Version 5.9.0 - Async Yield & Fixes (GitHub) *Going forward I am only going to post the link to the GitHub release as formatting everything a 2nd time here is just a pain.
  2. Version 5.8.0 - Fixes, Features & Channels! (GitHub) Heyoo! This is release 5.8.0 of FPD. Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. Especially thanks to @orthanc42, @Fma965 & @mattkdoggie who helped with development with PR's Notable Changes 1912a8c, 6c89d54 New posters are now in the repo's Artwork folder! Thanks @mattkdoggie for the PR's #172, #170 New Features/Settings e1279a0, d77fe76, a2ceb72 Identifiers releasedBefore and releasedAfter now exist. This allows downloading videos before or after the specified date/time. Thanks @mattkdoggie for the PR! #168 Other than that nothing Major this release version, mainly fixes for things like like #169 which are important to get out. For info on all settings please refer to the Settings Wiki Update Guide Download the latest stable binary for your OS/pull the latest image below. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Looking for Unraid? Go install it using the unraid template! unraid template! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits 3d1c9d6: patch to always put ffmpeh binary in ./db/ folder @orthanc42 #160 8d274c8: update ffmpeg executable path in Video.ts @orthanc42 #160 f97cc55: Merge branch 'master' into dev @Inrixia 9a87503: Updated wiki with path formatting options re #158 @Inrixia 1e45eb0: Tidy up date logging @Inrixia e191ca2: Update docker.md @Fma965 #165 f38748a: Move NFO and Artwork code into Downloader class @Inrixia 8c9db79: Switch to async yeild for video parts fixing #166 @Inrixia e0db032: Added static ratelimiting to delivery endpoint calls @Inrixia 8da3642: Changed download speed to be in mb/s vs Mb/s for extra clarity @Inrixia a569956: Additional checks to handle bad video variants or videos with no variants avalible @Inrixia a2c4117: Increase DownloadThreads to 8 @Inrixia feb1da8: New download queueing & log transparency for cdn delays @Inrixia a2ceb72: Update Subscription.ts @mattkdoggie #168 d77fe76: Update Subscription.ts @mattkdoggie #168 e1279a0: Update types.ts @mattkdoggie #168 f73f39a: Update settings.md @mattkdoggie #168 9d5e1db: Update settings.md @mattkdoggie #168 bb51e15: Update settings.md @mattkdoggie #168 94aa15a: Fixed ratelimiting to properly adhere to 2/1min for delivery cdn @Inrixia 6c89d54: Add new poster art @mattkdoggie #170 1912a8c: Added Garbage Time thumbnails @martinridgway #172 2a984a9: Fixes #171 @Inrixia c967adb: Updated version to 5.8.0 @Inrixia e4415ad: Added unraid template to readme @Inrixia
  3. Version 5.7.0 - Fixes, Features & Channels! (GitHub) Hello everyone! This is release 5.7.0 of FPD. We now have a unraid template! Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. As of this release the floatplane download servers are still down, you will need to wait for https://status.floatplane.com/ to show Downloads as being Operational before downloading videos can resume You can still setup the downloader in the mean time. It's expected this will be restored in the next few days from this release. Breaking Changes! With most releases there are no breaking changes, you can just update and continue as usual. This update however contains some key config format changes that will not allow you to use the same settings.json going forward, mainly due to switching to using the new floatplane subscription channel's etc. To update please backup or rename your settings.json and go through the setup process again. After doing so its easy to edit your settings.json to be in line with your previous. Notable Changes 3d6725d & a1a498f: Removed downloadThreads, retries, downloadEdge & channelAliases settings. With Floatplane API changes coming/implemented these settings either have no effect or cause issues if not set to specific values. 3a9d44f: Switched to using new the beta.floatplane.com subscription channels. Non Floatplane channels Talklinked, TechLinked Shorts, The WAN Show & LMG Livestream VOD's have been kept. New Features/Settings b55ae2d: Added the ability to filter/match videos to channels using runtimeLessThan/runtimeGreaterThan identifier types. This lets you easily use a "skip" channel to avoid downloading say all videos over/under a certain runtime. Thanks @vodkapmp for the suggestion #135 a981923: Added some more robust download recovery thanks to #137 from @Jdbaii 1dcded9: Added new seekAndDestroy functionality allowing you to download specific videos by specifying their post ids in settings.json #140 thanks @DasherPack a34b513 & 4de6682: Added extras.promptVideos setting allowing for selection of which videos to download in the console (non headless) #143 thanks @TakenMC Special thanks to @rpungello & @Rokton for your PR's! For info on all settings please refer to the Settings Wiki Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Rename your settings.json to settings.json.old and run through the setup again to use the new config format. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits f917069: Updated packages @Inrixia 1dcded9: Added new seekAndDestroy functionality @Inrixia 04b90a3: Fixed #136 Multipart episodes are misnamed @Inrixia b55ae2d: Add feature #135 Exclude downloads by runtime @Inrixia 940154d: Set default downloadThreads to 1 @Inrixia 6bdbee8: General tidy up @Inrixia cd00dd6: More cleanup & updated edgeSelection @Inrixia 57f8b89: Increase default retries to 9 @Inrixia 53ea480: Fixed sub channel format & video search tracking for #135 @Inrixia d8c9f57: Added 10 bars of queued downloads re #144 @Inrixia a981923: Set FFS while downloading for rudimentary recovery in regards to #137 @Inrixia a34b513: Added extras.promptVideos setting for #143 @Inrixia 4de6682: Added promptVideos to setting Wiki re #143 @Inrixia 726c2c5: Fix for undefined default sub channels. RE #145, #135 @Inrixia 0d8a198: Path formatting improvements for #145 @Inrixia 73c28a3: Fix for mpb RE #135 @Inrixia 2115a82: Update regex for nfo season matching (Rob Pungello) #147 @rpungello e4b96d9: Fixes issues with progress bars when running headless re #135 @Inrixia 118f066: Updated packages @Inrixia 9d680ee: Use new cdn delivery endpoint @Inrixia 3d6725d: Removed downloadThreads, retries & downloadEdge settings @Inrixia 36484f8: Added delay between retries @Inrixia aba14ba: Override user agent with floatplane downloader info @Inrixia b7286e5: Added SIGTERM override for docker @Inrixia ace22bd: Removed old changelog @Inrixia a1a498f: Removed channelAliases setting @Inrixia 3a9d44f: Semi breaking change to use new floatplane creator channels @Inrixia d56137e: Update settings to be consistent with changes @Inrixia a7f06aa: fApi retry fixes @Inrixia bc29eb4: Fixed daysToKeepVideos being set on all channels by default @Inrixia 077a755: Fixed origin url being prefixed incorrectly & increased base retry delay @Inrixia
  4. Version 5.6.0 - Critical Floatplane Compatibility & Bug Fixes (GitHub) Hia! This is release 5.6.0 of FPD. Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. Notable Fixes 95e9b11: Updated video cdn fetching for floatplane api changes @Inrixia - Thanks @rpungello, @VioletLovesJasmine and everyone else who reported this. Floatplane changed their api breaking previous releases this fixes that 8733b61: Change download edge selection to be round robin and only select from download enabled edges @Inrixia - This should improve download stability and paves the way for re-enabling download resume support which will be released on the dev build soon and included in the next release. c944027: Fixed plex scanning regardless of if there were new videos @Inrixia - Thanks @mattkdoggie for identifying this, plex was being told to refresh libraries every 5min regardless of if new videos were downloaded. 762a31e, ccbe35d, c3046f8 - Some default subchannel definitions have changed or gotten additional matchers, this might affect channel sorting for some people. Special thanks to everyone who opened issues and @AltriusRS and @AvMavs who helped with PR's. For info on all settings please refer to the Settings Wiki Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits 71b715a: Updated eslint & fixed floatplaneApi/version require dependency issues @Inrixia 7d448d3: Updated eslint @Inrixia 36650af: Fixed wiki typo for fileFormatting @Inrixia 96b8eca: Updated dependencies & formatted everything @Inrixia e3fb820: Update docker.md (@sherlock) #126 8733b61: Change download edge selection to be round robin and only select from download enabled edges @Inrixia 762a31e: Add WAN Show as new channel, Rename Carpool Critics to They're Just Movies (@Altrius) #127 c86ca32: Updated eslint config & added eslint to pr tests @Inrixia d05cceb: Merge branch 'Inrixia:dev' into dev (@Altrius) #127 ccbe35d: revise name filters for TJM to allow 'Carpool Critics' and 'Movie Podcast' (@Altrius) #127 9c02998: add linting scripts to package.json (@Altrius) #127 a42492f: fix eslint errors (@Altrius) #127 c3046f8: Fix typo in BitWit Ultra channel definition @Inrixia 2f93c1a: Added docker-compose configs (@sherlock) #129 85fc2a4: Fixed esm import issue & added sanity checks to tests @Inrixia dfa7df3: Added tests to run on dev pushes @Inrixia f1c68c4: Updated dev test/release naming @Inrixia 95e9b11: Updated video cdn fetching for floatplane api changes @Inrixia c944027: Fixed plex scanning regardless of if there were new videos @Inrixia 982d2c0: Switched to hardcoded version & added it to sanity checks @Inrixia b5cc667: Updated packages @Inrixia d944d6a: 5.6.0 @Inrixia
  5. Version 5.5.0 - Arm Support, Updates & New Features (GitHub) Helloo Everyone! This is release 5.5.0 of FPD. Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. Notable Changes 388d262, 474fd61: #122 Thanks @jozefbonnar - ARM Support! While you could previously easily clone and run this project on ARM there was no docker image. Now all release docker builds will have arm support. b654ea5, 3e23b2b: Migrated this package and some of its dependencies to ESM! This likely won't have any noticeable impact on the user end. 911ee54: Removed episodeNumber. From now on episodeNumber is no longer supported and has been completely removed. e9b67a7: #124 Thanks @Dragonlord1005 - Added artwork embedding for ffmpeg muxing. From now on when muxing video metadata with ffmpeg if the video's artwork is downloaded (it is by default) it will be embedded in the video. Fixes 911ee54, 9d5d3c0: #120 Thanks @Hezkezl! - Fixed issues with Picture and Text posts not being filtered causing errors. New Settings 0670f07: Added considerAllNonPartialDownloaded setting which will skip size checks for non .mp4 files helping for recovery without redownloading if your db is lost. For info on all settings please refer to the Settings Wiki Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits 0670f07: Added considerAllNonPartialDownloaded setting @Inrixia b654ea5: Updated packages & migrated to esm @Inrixia 610599c: Rolled back to cjs for pkg support @Inrixia 715d30d: Removed no bytecode args from build @Inrixia 3e23b2b: Full esm support & fixed chalk-template issues @Inrixia 388d262: Updated dev build for new docker build to include arm @Inrixia 1d21992: Removed global tsc install from dockerfile @Inrixia 474fd61: Add qemu for arm64 docker images @Inrixia 519508f: Fixed tsc call not being run with npx @Inrixia 911ee54: Removed episodeNumber from Video & filePathFormatting @Inrixia 9d5d3c0: Simplified fetching new videos @Inrixia 88787c3: Tidied up downloader processing @Inrixia c8deac6: Added caching for builds & arm64 for release builds @Inrixia a922898: Changed nfo regex for episode/season @Inrixia 029a651: Updated helpers to esm & fixed esm runtime errors @Inrixia e9b67a7: Added artwork embed in ffmpeg muxing @Inrixia 627f018: Remove arm from dev build workflow @Inrixia
  6. Version 5.4.0 - Fixes (GitHub) Hia! This is release 5.4.0 of FPD. Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. Notable Changes For info on all settings please refer to the Settings Wiki Fixes 3045923: Fixed quality fallback selecting lowest quality instead of highest New Settings 4e4b03a: Added forceFullSearch setting which forces the downloader to search videosToSearch number of videos regardless of what has been downloaded. Note: Will not result in downloaded videos being re-downloaded. d2e67d0, 352e11b, 4165380 & 3c72c21 Added advanced environment variable support for more advanced ways to set settings. For more info see the Advanced Env Setup Wiki Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits 740d159: Added video db check to avoid episodeNo creep if a video already exists @Inrixia 4e4b03a: Added forceFullSearch setting @Inrixia 3045923: Fixed quality fallback selecting lowest quality instead of highest @Inrixia a5341b7: Updated video checking to be async to improve performance @Inrixia 3c72c21: Changed argv and env settings overwrite to set undefined properties @Inrixia c809dec: Updated packages and fixed sub iteration error @Inrixia d2e67d0: Added .env support and reverted setUndefined change @Inrixia 352e11b: Added support for __FPDSettings & fixed issues with env settings parsing @Inrixia 4165380: Added advenv.md wiki page @Inrixia c28de46: Updated syntax highlighting for docker commands @Inrixia bd17726: Updated all packages @Inrixia
  7. Version 5.3.0 - Fixes (GitHub) Hi Everyone, This is release 5.3.0 of FPD. Thanks to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. For a full list of changes in this version you can look at the 5.3.0 Project Board or the commits at the bottom of this update. Notable Changes Breaking Changes #103 Updated daysToKeepVideos to track video age rather than check file age, this means that upon updating any videos you previously downloaded will never be considered for deletion, but videos downloaded after updating will. Fixes #109 Fix an issue with FPD ignoring video fetch limits. #102 Hopefully fix text glitching when downloading a large number of videos once and for all. #105 Updates to default matching for subchannels #104 Added a restart policy to the default setup on the docker wiki to allow for automatic recovery from unrecoverable errors. 8e84346 Disabled partial video downloads/download resumption as floatplanes download servers have been inconsistent on supporting it. Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Commits 181fe92: Added additional identifier to CarpoolCritics subchannel to match new naming @Inrixia f1f54d0: Added restart policy to docker readme @Inrixia ee7ba65: Merge master (Fix typo in wiki) into dev @Inrixia 1e46966: Add filePath to printout for unexpected files during old video deletion @Inrixia 6abd3b4: Fix edge case for video crawling @Inrixia fde6679: Fix deleteOldVideos warning on partial files @Inrixia ad703dd: Updated packages @Inrixia 1544d74: Fixed console spam & bar misalignment for mpb footer @Inrixia 8e84346: Disable partial downloads @Inrixia 04415a2: Migrated daysToKeepVideos to the channel level @Inrixia eadda68: Updated progress bar library & pattern @Inrixia 2c7dc55: Updated version to 5.3.0 @Inrixia d3582b2: Merge dev changes for v5.3.0 @Inrixia
  8. Hey, sorry I never got a notification on your previous message. Can you hop in the discord there are people on there who have set it up on docker for unRAID
  9. Version 5.2.0 - Fixes & New Features (GitHub) Hi Everyone, This is release 5.2.0 of FPD. Thank you so much to everyone on our Discord and on GitHub who helped in beta testing, finding bugs, requesting features etc. For a full list of changes in this version you can look at the 5.2.0 Project Board and commits... Notable Changes New Features #56 Ability to automatically delete old videos. #54 Support for multi part videos. Fixes #88 NFO metadata not reflecting new episode numbering #101 Reverted to polling from broken floatplane api notifications. #82, #100 ffmpeg issues in docker containers. Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. As this release is the first since 5.0.0 some issues may occur when you update. If you do get any please ping me on the discord and/or create a issue here. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files.
  10. Version 5.1.0 - Updates, Tweaks and Improvements (GitHub) Hi Everyone, This is release 5.1.0 of FPD. Thank you so much to everyone on our Discord who helped in beta testing and finding bugs. For a full list of changes in this version you can look at the issues/pull requests and commits. An especially big thanks to those who helped with development: @peskdale Added new postProcessingCommand functionality. Requested featureto optionally keep subChannel prefix's and Helped fix a bug in the implemented feature. @bengennaria Fixed releaseDate month being 0-11 instead of 1-12. Added fate metatag to videos for plex. Added stripping of html tags from the description as some clients display them. @TheSamDickey Provided MacAddress art. @Fma965 Provided Carpool Critics art. @Hezkezl Helped with bug finding and testing along with others in the discord. @vodkapmp Suggested and helped inform the decision to move to date based episode numbering & Everyone else who created issues or found bugs! New Episode Formatting As you can see from above, episode formatting now supports and defaults to using a date based format, this allows for downloading episodes prior to the first you start downloading and better overall less complexity, bugs and better support with how episodes are handled. The old way using a incrementing episode number is still supported and currently there are no plans to remove support. However it's recommended that you use the new method going forward. To switch to it does require re-downloading videos after changing the formatting and deleting your db/channels, db/subscriptions and videos folders. If you do not wish to redownload episodes then feel free to keep using the old method. Docker Go check out the image and install instructions Here! Update Guide Download the latest stable binary for your OS below. Replace your existing one. Cry in the corner as your mind is slowly consumed You're done! Continue as usual. As this release is the first since 5.0.0 some issues may occur when you update. If you do get any please ping me on the discord and/or create a issue here. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go! You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files.
  11. Version 5.0.0 - Complete Rewrite, Docker Support & More! (GitHub) I'm Alive! I cant believe its been 600 days 1.6 Years since the last stable update. A lot has happened and I hope everyone is doing well. This release marks the first for v5 which is a full rewrite and restructure of the entire codebase from the ground up. Thank you so much to everyone on our Discord who helped in beta testing and finding bugs. Especially @TheSamDickey laid the groundwork and did a lot for docker support. @Hezkezl did endless bug testing in discord to help me get v5 really stable. There are honestly too many changes to list here. Aside from the entire codebase being rewritten there are numerous new features, fixes and improvements small and big. Some New Stuff Docker Support! Proper support for downloading all videos off Floatplane. Startup prompts for helping users setup their settings. Notification based download triggering. If you want to see all the commits/changes that have gone into this update you can take a look Here This release is not backwards compatible with any of the previous downloaders configs, files or downloaded videos. Unfortunately you will have to run as a fresh install. You can read more on Setup/Plex/Settings on the main README.md and Wiki.md files. Install Guide Download the latest stable binary for your OS below. Looking for Docker? Go check out the image and install instructions Here! Run the binary and follow the setup prompts. Profit?! At this point you should be completely set-up and ready to go!
  12. OMG Thanks so much! I'll definitely try getting one and post here how it goes then. So annoying finding ones that work
  13. Hey did you get it to work? I'm currently trying to find a fiber optic cable that can handle 4k120hz over 20m but am also running into the same issues...
  14. Depends on the game. I have a 1060 because I do some extra gpu stuff its great to improve min frame times as a physx card in Borderlands 2/TPS but as far as I know basically every game outside of that and maybe one other will give no benefit. Plus a 1650 will likely actually cause a performance hit so you would need a better card. Really depends on the games you play. EDIT: Games you play being like basically only 2 that I know of that get a benefit of maybe 20fps super ultra best case senario, plus you would need a better card than a 1650.
  15. Hi, I am planning on buying a LG 55'' C9 OLED TV (https://www.lg.com/nz/tvs/lg-OLED55C9PVA) after Christmas and want to get a Dolby Atmos surround setup with it. I am currently looking at getting this https://www.pbtech.co.nz/product/AUDOKY09800/Onkyo-HT-S9800THX-71-Channel-Network-AV-Receiver but don't know if there could be something better as I am only somewhat experienced with home theater stuff. My current budget for the audio system is $2000 NZD but I am slightly flexible depending on the system. Is the above one a good choice or is there something similar I can get that is better? I can only buy from NZ based stores such as https://harveynorman.co.nz/, https://jbhifi.co.nz/, https://pbtech.co.nz/ etc... Also if this isnt a great place to post asking for suggestions where would be? Just wanna get feedback and ideas to make sure that there isnt something better I could be doing If the above is great then any tips you guys might have are super welcome too! I intend to ceiling mount two speakers in a 5.1.2 setup.
  16. Version 4.6.3 - Fixes & Patch for new OG Subscription (GitHub) Release 4.6.3.zip Install.zip Update.zip Hia, This ones just a small update with some fixes and a patch to add support for SubChannel formatting for the new LTT Supporter (OG) subscription. Changelog v4.6.2 Install Guide If your updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues you are free to Create a issue here, Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
  17. Version 4.6.1 - Youtube Rewrite, Fixes & New Features (GitHub) Release 4.6.1.zip Install.zip Update.zip Hey everyone! Sorry for taking a while to get this update out. This is a massive update with a lot of changes and fixes that have been backlogged for some time. A quick summary of what has changed is: New Features Settings file structure has been overhauled to be easier to read and edit. Option to start episode count at 1 - Thanks @Mochaka .nfo metadata, for easier metadata importing - Thanks @Mochaka Video description and date of publishing will now be encoded into files for plex to read. Youtube downloads for WAN now support only downloading audio/video and full quality downloads instead of just 720p. More details are in the changelog, the entire youtube downloader was rewritten. Fixes/Improvements Support for TalkLinked as its own channel/show Fixed TheWanShow always downloading irrespective of the setting Fixed TechQuickie matching and colouring Fixed maxParallelDownloads not actually changing the queue size Fixes for existing video detection to better handle some edge cases Partial download info is no longer stored in partial.json and is based on existing file sizes cutting down on overhead and other issues. Stopped script from auto restarting while a file is still being downloaded. Changelog v4.6.0 v4.5.1 Install Guide If your updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues you are free to Create a issue here, Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
  18. Ah thanks, forgot to change it from beta to live in the update info If you update/install now it will do 4.5.0
  19. Version 4.5.0 - WAN Show, Fixes & Tweaks (GitHub) Release 4.5.0.zip Install.zip Update.zip This update cleans up a lot of old code and add's support for downloading the WAN show off youtube as a plex series. There are also a bunch of fixes for edge determination, techquickie matching and other things. Changelog Install Guide If your updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues you are free to Create a issue here, Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
  20. The latest beta has WAN show support, you can grab it off the discord. Should be released in the next few days.
  21. Version 4.4.0 - 2 Factor Support & Fixes (GitHub) Release 4.4.0.zip Install.zip Update.zip This is a big update with the main addition being 2Factor support for login. It also has a variety of fixes and some new QOL settings. Changelog Install Guide If your updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues you are free to Create a issue here, Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
  22. As WAN show isn't uploaded to floatplane it is not downloaded. The only way to get it would be to use a YouTube or twitch downloader... I dunno if there is a thing that exists for automatically downloading wan but it's something that I could probably work on in the future if there is Intrest.
  23. Version 4.2.8 - Fixes (GitHub) Release 4.2.8.zip Install.zip Update.zip This is a smaller release with a few fixes mainly related to Issue #12 along with a few other small issues that were discussed on the Discord This also includes some 4.2.7 fixes that never got pushed further than the discord. Changelog Install Guide If you're updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues or want to chat you are free to Create a issue on GitHub here Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
  24. Version 4.2.6 - API Fixes - New Features & Video Detection Rewrite (GitHub) Release 4.2.6.zip Install.zip Update.zip This is a big release with a bunch of new features! As always you can read about settings on the wiki here: Settings Info The big change for this release is that video information is now stored within a videos.json file, this is to avoid duplicate videos being downloaded when their titles have invalid regex characters. This update will mean that you need to redownload any videos that you had downloaded before this, however you really only need to download the last x number of latest videos you have the script to look for. This release had added Logging to a file, auto fetching the download server and the ability to disable ffmpeg. There are also a bunch of fixes that you can read through below. I changed a lot in this so if you run into any issues please contact me on Discord, Github or the LMG form. If you aren't on the discord you should Come Join! Any hotfixes for bugs are posted there well in advance before hitting my GitHub or the Form. Changelog Install Guide If your updating then just download the Update.zip extract it to your install folder and run it. It will automagically update all the needed files and move your settings over.I suggest double checking that everything is correctly updated in the settings.json though it should move your old settings over properly. For people who are doing a fresh install just follow the below guides: Installing the Script & Downloading Setting up Plex Settings Info As always if you run into any issues or want to chat you are free to Create a issue on GitHub here Join the Discord Server! https://discord.gg/aNTyMME Leave a comment on the LTT form post
×