Jump to content

Inrix

Member
  • Posts

    606
  • Joined

  • Last visited

Reputation Activity

  1. Informative
    Inrix got a reaction from Malixk in Floatplane Downloader & Plex [With Code & Guide]   
    You need a Floatplane subscription in order to use this.
    This project is unofficial and not in any way affiliated with LMG
     
    We now have a discord! If you need help or want to chat/suggest features head here: https://discord.gg/aNTyMME
     
     
    ~ The Guide & Code ~
    Is on my GitHub and has nice guides to help you with everything.
    https://github.com/Inrixia/Floatplane-Downloader
    You can get the latest release here: https://github.com/Inrixia/Floatplane-Downloader/releases
     
     
     
    If you have any Issues/Bugs, or Feature Requests then you can post them as a issue on my GitHub.
    Thanks to everyone for your continued support ❤️
     
     
     
    - BitWit Ultra, Tech Deals & Other Floatplane Creators -
    Are supported!
     
     
    ~ Screenshots ~
    *some screenshots might be slightly outdated*

     



  2. Informative
    Inrix got a reaction from Tom is a Door in What are the names for these cables   
    http://lmgtfy.com/?q=computer+power+cable
     
    Looks like its called IEC
  3. Agree
    Inrix got a reaction from Whizzp in Should I get a 1080 ti?   
  4. Like
    Inrix got a reaction from rattacko123 in Should I get a 1080 ti?   
  5. Like
    Inrix reacted to gracelessdragon in Floatplane Downloader & Plex [With Code & Guide]   
    Awesome stuff man, I was working on a remarkably similar solution, but not that far in, thanks for putting in the work. I'll be watching the repo to see if I can help!
  6. Like
    Inrix got a reaction from jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    HotFix out for dealing with posts that are not videos. [They just released a Discord channel for LTT and its posted in floatplane]
  7. Agree
    Inrix reacted to jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    Looks great, it seems to be downloading Bitwit now
     
    Only change I made other than the uncommenting and adding my cookie info was to edit run.bat to add this line after the scrape
     
    "C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Scanner.exe" --scan --refresh --section 10
     
    Section 10 is the section for my Floatplane videos, so it gets Plex to update the Floatplane library after downloading (well, it runs even if nothing new has been downloaded, but it's not a big deal).
     
    I've also used a directory junction (mklink /j) for the videos folder to store the videos in the correct folder for my setup, I looked at editing the code but knew I'd forget whenever you update it so that seemed the easiest way.
     
    Thanks again!
  8. Like
    Inrix got a reaction from jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    Its only a problem on the first download. And I think it may have just been because I can it a few times in a row while testing. It was only a problem because I was testing. The usual functionality of it on a daily basis only has it getting one video so it wont ever be a issue. Even if you have that number high, it dosnt actually go to the thread for videos you already have. You should be able to leave that number at 25 and not encounter any issues. Because if you have all the videos downloaded it only goes to the main fourm page, checks for new ones and then ends which is 1 request. Or 2 requests if you include BitWit.
     
    And thanks for the support
  9. Like
    Inrix got a reaction from Igy89 in 4k   
    Dunno why you would upgrade just to another 4k. If I was you Id get a high refresh rate monitor to play FPS on. That way you can do what I do and switch between them for Movies and different types of games so you always get the best experience.
  10. Like
    Inrix got a reaction from jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    @jt999 @tjcater After you update and run the script once to get all the new videos. You may want to change the 
    var count = 15; // Number of videos to look back through minus 1 (For the floatplane info post) Max 25 (Per Channel)
    line down to 3 or 5. As I think with BitWit its beginning to cause the form to lock you out for a short time due to too many requests.
  11. Like
    Inrix got a reaction from jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    @jt999 @tjcater Ok! BitWit is now supported. You can download the updated files from the github. Also if you overwrite the script you will need to add your cookies back in.
     
    To enable BitWit Ultra you also need to uncomment a line in the script, its detailed on the github main page and also pretty easy to find.
     
    Oh and you'll also need to give the Plex "season" a poster as well. There is a poster for BitWit in the albums folder on the github now too.
  12. Like
    Inrix got a reaction from jt999 in Floatplane Downloader & Plex [With Code & Guide]   
    My paypal is Inrixia@gmail.com, Though you really don't need to,  Id super appreciate it.
     
    Working on updating the script for BitWit now. It also seems like the session cookies for LTT reset every few days or weekly so I might look into adding some functionality to automatically get them later for now you just have to manually grab them again if the script does this:

     
    EDIT: But before you do to go update them, try just opening your browser to the LTT forms first. Usually that fixes it.
  13. Like
    Inrix got a reaction from BlueFin in Floatplane Downloader & Plex [With Code & Guide]   
    @jt999 @tjcater Ok! BitWit is now supported. You can download the updated files from the github. Also if you overwrite the script you will need to add your cookies back in.
     
    To enable BitWit Ultra you also need to uncomment a line in the script, its detailed on the github main page and also pretty easy to find.
     
    Oh and you'll also need to give the Plex "season" a poster as well. There is a poster for BitWit in the albums folder on the github now too.
  14. Agree
    Inrix reacted to BlueChinchillaEatingDorito in 50 usb ports one pc.   
    A bunch of PCI-e and PCI USB cards and max out all of your USB headers. That's about all you can do without further using USB hubs. Though I don't know how well the USB hub idea would work.
  15. Like
    Inrix got a reaction from captain_to_fire in Floatplane Downloader & Plex [With Code & Guide]   
    You need a Floatplane subscription in order to use this.
    This project is unofficial and not in any way affiliated with LMG
     
    We now have a discord! If you need help or want to chat/suggest features head here: https://discord.gg/aNTyMME
     
     
    ~ The Guide & Code ~
    Is on my GitHub and has nice guides to help you with everything.
    https://github.com/Inrixia/Floatplane-Downloader
    You can get the latest release here: https://github.com/Inrixia/Floatplane-Downloader/releases
     
     
     
    If you have any Issues/Bugs, or Feature Requests then you can post them as a issue on my GitHub.
    Thanks to everyone for your continued support ❤️
     
     
     
    - BitWit Ultra, Tech Deals & Other Floatplane Creators -
    Are supported!
     
     
    ~ Screenshots ~
    *some screenshots might be slightly outdated*

     



  16. Agree
    Inrix got a reaction from ProjectBox153 in USB Drive or External Drive for Storing and Playing Back Videos?   
    SD cards are worse than USB's I have a 128gb sd in my phone and it's write speeds are crap 20mb/s at best with reads around 80mb/s and this was the best Samsung pro sd I could get. 
  17. Agree
    Inrix reacted to FloRolf in Upgrading CPU to coffeelake   
    Idk why you ask for advice when you effectively already bought the shit. 
     
    Tbh I would return all that and get a nice 1440p panel instead. Cpu won't be the Bottleneck anymore and you'll get a nice visual improvement. Better even, get a larger screen as well. 
  18. Agree
    Inrix got a reaction from FloRolf in Upgrading CPU to coffeelake   
    Id flip them and get a high refresh 1440p. Theres literally 0 point in getting a new CPU if your using a 1080p 60fps screen...
  19. Agree
    Inrix reacted to FloRolf in Upgrading CPU to coffeelake   
    Keep in mind you'll also need new ram and motherboard. 
     
    Just OC your i7 as it should be fast enough. And since you are running a 1080ti, upgrade your shitty 1080p monitor to at least 1440p
  20. Agree
    Inrix reacted to Simon771 in Multiple users on one PC simultaneously   
    To avoid as much problems as possible you should buy 2nd GPU.
    And when you say that you have powerfull PC ... i7 7700k is 4c/8t CPU. So if you devide that by half, you will get dual core with hyperthreading. So something like i3.
     
    Not to mention that if you use unRAID you usually assign 1 core just for it. So you would be left with 3c/6t when using unRAID.
     
    Something like Ryzen would come in hadny here.
  21. Agree
    Inrix reacted to Sikator in considering any one of these help me select one   
    No experiance with Fsp but i would say get the Corsair.
     
  22. Like
    Inrix got a reaction from BlueFin in Floatplane for Plex & Auto Download Script   
    Ok... I'm gonna make a proper post with Pictures and a Guide on how to set it all up. Ill link it here after I'm done.
  23. Like
    Inrix got a reaction from BlueFin in Floatplane for Plex & Auto Download Script   
    Perhaps @colonel_mortis, @Ryan_Vickers or @SansVarnic Can answer the question of if its ok to share it... I might just post it after I have a sleep if no ones replied by then.
  24. Like
    Inrix got a reaction from BlueFin in Floatplane for Plex & Auto Download Script   
    Yea  Some of it was kinda complicated, I feel they sorta tried to avoid people doing this which is why I didnt just up and post the code. Though I feel it may get a little redundant when the new site comes out... Though Id probably try rewrite it anyway because MPC has the best decoding ever for web video and actually makes quite a noticable quality difference over the web player. It would be nice if they offered a API or something similar in the future but I dobut it.
     
    Also I should totally mention that this is probably dooable for Bitwit etc too, presuming the form over there is roughly the same... If you know any mods who would actually be able to say if its ok to post the code/a guide please do give them a mention or a poke
  25. Like
    Inrix reacted to lcasdev in Floatplane Downloader & Plex [With Code & Guide]   
    this is absolutely amazing! Good job for helping all of us
×