Announcement

Collapse
No announcement yet.

Post the FEATURE REQUEST or SUGGESTIONS about StreamFab here.

Collapse
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Originally posted by Raethien View Post
    Another vote for HIDIVE, while the M3U8 process does download a file, the website assumes we are a robot due to having to refresh the page every single video to get the right link and locks you out ever few files, terribly annoying. What this tool needs is a scripting element that allows end users to navigate sites to get the download url's to pass to the engine, hell i can write a python script to go grab all my links if i could just paste them into streamfab, keep the decoder secure but open up an interface to allow us to extend it especially for you tube style files fore each site and we can grow the application with free labor of end users sharing scripts.
    The episode URLs are predictable so you're better off writing a script to generate the URLs instead.

    I use Simple Mass Downloader (The single greatest Chrome Extension ever, IMHO) to either list all episode URLs or if they are hidden like on HiDive, i generate the URLs and then export those to a text file. I then feed that text file to yt-dlp to download the episodes.

    So, for example, Cobra The Animation has 13 episodes and the URL for episode 1 is
    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    .

    In SMF, i select Set Pattern URL from the Download tab and use the following pattern:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
    URLs are generated and once i export them to a text file, i have 13 URLs:

    Code:
    https://www.hidive.com/stream/cobra-the-animation/s01e001
    https://www.hidive.com/stream/cobra-the-animation/s01e002
    https://www.hidive.com/stream/cobra-the-animation/s01e003
    https://www.hidive.com/stream/cobra-the-animation/s01e004
    https://www.hidive.com/stream/cobra-the-animation/s01e005
    https://www.hidive.com/stream/cobra-the-animation/s01e006
    https://www.hidive.com/stream/cobra-the-animation/s01e007
    https://www.hidive.com/stream/cobra-the-animation/s01e008
    https://www.hidive.com/stream/cobra-the-animation/s01e009
    https://www.hidive.com/stream/cobra-the-animation/s01e010
    https://www.hidive.com/stream/cobra-the-animation/s01e011
    https://www.hidive.com/stream/cobra-the-animation/s01e012
    https://www.hidive.com/stream/cobra-the-animation/s01e013
    I have my own scripts for yt-dlp but with StreamFab, you could just go to the home tab and click Paste URL

    Click image for larger version

Name:	image.png
Views:	1166
Size:	65.0 KB
ID:	426389

    You can then feed it your text file

    Click image for larger version

Name:	image.png
Views:	1056
Size:	25.3 KB
ID:	426390

    HTH,
    Jack​
    How to post issues in the StreamFab Section

    Comment


      SteamFab for MacOS - any version up to the current 6.1.2.5
      I've reported this irritating GUI issue in the past but nothing has been fixed.
      I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
      Please get this fixed!

      Comment


        Originally posted by quattleb View Post
        SteamFab for MacOS - any version up to the current 6.1.2.5
        I've reported this irritating GUI issue in the past but nothing has been fixed.
        I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
        Please get this fixed!
        did you try exiting full screen ?? move your pointer to the green button then choose exit full screen - https://support.apple.com/guide/mac-...hl9c21d2be/mac

        Comment


          Originally posted by radiah
          1. I would really like to see VuDu added. Lots of films that are exclusive to that service. It would already work, but it detects the browser as being one it will not work with, and fails.
          2. Microsoft films and TV. It's a long shot, but it just wants to open Microsoft Player.
          3. iTunes movies. Could we just get it to work with this? There is no decoder I know of that works anymore.
          4. YouTube movies. No known decoder.
          That's my wish list.

          You can try to link your Amazon Prime Video / YouTube Movies / Misrosoft / iTunes account in Vudu, and then you can download the movies from Amazon Prime Video.

          See the post: https://forum.dvdfab.cn/forum/softwa...es-on-you-tube

          Wilson
          Please post your logs the default location is:
          For DVDFab 13: C:\Users\User Name\My Documents\DVDFab\DVDFab13\Log
          For StreamFab: C:\Users\User Name\My Documents\DVDFab\StreamFab\log
          Please use attachment button and attach your most recent, Internal log and post right here.
          If it's the burning issue, please also attach burn log.

          Thanks!

          Comment


            Originally posted by quattleb View Post
            SteamFab for MacOS - any version up to the current 6.1.2.5
            I've reported this irritating GUI issue in the past but nothing has been fixed.
            I have a 32" w-i-d-e screen monitor. EVERY time I launch SF for MacOS if FILLS my entire screen. The Winderz version does NOT do this.
            Please get this fixed!

            I will ask the dev to check it, thanks!

            Wilson
            Please post your logs the default location is:
            For DVDFab 13: C:\Users\User Name\My Documents\DVDFab\DVDFab13\Log
            For StreamFab: C:\Users\User Name\My Documents\DVDFab\StreamFab\log
            Please use attachment button and attach your most recent, Internal log and post right here.
            If it's the burning issue, please also attach burn log.

            Thanks!

            Comment


              Originally posted by jpp72 View Post

              The episode URLs are predictable so you're better off writing a script to generate the URLs instead.

              I use Simple Mass Downloader (The single greatest Chrome Extension ever, IMHO) to either list all episode URLs or if they are hidden like on HiDive, i generate the URLs and then export those to a text file. I then feed that text file to yt-dlp to download the episodes.

              So, for example, Cobra The Animation has 13 episodes and the URL for episode 1 is
              Code:
              https://www.hidive.com/stream/cobra-the-animation/s01e001
              .

              In SMF, i select Set Pattern URL from the Download tab and use the following pattern:

              Code:
              https://www.hidive.com/stream/cobra-the-animation/s01e0[01:13]
              URLs are generated and once i export them to a text file, i have 13 URLs:

              Code:
              https://www.hidive.com/stream/cobra-the-animation/s01e001
              https://www.hidive.com/stream/cobra-the-animation/s01e002
              https://www.hidive.com/stream/cobra-the-animation/s01e003
              https://www.hidive.com/stream/cobra-the-animation/s01e004
              https://www.hidive.com/stream/cobra-the-animation/s01e005
              https://www.hidive.com/stream/cobra-the-animation/s01e006
              https://www.hidive.com/stream/cobra-the-animation/s01e007
              https://www.hidive.com/stream/cobra-the-animation/s01e008
              https://www.hidive.com/stream/cobra-the-animation/s01e009
              https://www.hidive.com/stream/cobra-the-animation/s01e010
              https://www.hidive.com/stream/cobra-the-animation/s01e011
              https://www.hidive.com/stream/cobra-the-animation/s01e012
              https://www.hidive.com/stream/cobra-the-animation/s01e013
              I have my own scripts for yt-dlp but with StreamFab, you could just go to the home tab and click Paste URL

              Click image for larger version

Name:	image.png
Views:	1166
Size:	65.0 KB
ID:	426389

              You can then feed it your text file

              Click image for larger version

Name:	image.png
Views:	1056
Size:	25.3 KB
ID:	426390

              HTH,
              Jack​
              I tried this but StreamFab blows up with 'premium content' error, I logged into the site on a tab in StreamFab but it didn't help either, may have to resort to using another tool I guess. Either way thanks for the link to the mass downloader definitely looks useful for other sites.
              Raethien

              Comment


                Originally posted by Wilson.Wang View Post


                You can try to link your Amazon Prime Video / YouTube Movies / Misrosoft / iTunes account in Vudu, and then you can download the movies from Amazon Prime Video.

                See the post: https://forum.dvdfab.cn/forum/softwa...es-on-you-tube

                Wilson
                Not every studio participates in MoviesAnywhere.

                Paramount and Lionsgate are two major studios that do NOT participate in MoviesAnywhere. And there are some smaller/independent that don't participate either. Those movies will not transfer/sync with other providers like Amazon Prime.

                Additionally, TV series are not supported under MoviesAnywhere so they won't transfer either.

                This is why support for Vudu, and iTunes continue to be asked for.

                I have several
                ​​ movies purchased back from the Ultraviolet days stuck in Vudu. And I have some more recent digital copies Vudu had amazing sales on that are also stuck and I'd love to be able to download.


                Comment


                  I want to suggest to add the possibility on Disney+ at least to be able to download extra content as trailers, promotion videos, deleted scenes, etc

                  Comment


                    Viapaly and Cmore would be a great addition.

                    Comment


                      Originally posted by jorma666 View Post
                      Viapaly and Cmore would be a great addition.
                      Viaplay and Cmore.

                      Comment


                        Originally posted by jorma666 View Post

                        Viaplay and Cmore.
                        Cmore is already listed as a Supported DRM MPD site.
                        Click image for larger version

Name:	Screenshot 2023-06-28 6.29.49 AM.png
Views:	732
Size:	12.3 KB
ID:	427160

                        Comment


                          Nuisanse fix request here - please add an option to reset the "Upon Task Completion" selection to <Do Nothing> on next program launch. On more than one occasion I've forgotten to reset the option the next tme I used SF and my PC shuts down unexpectedly when the current DL task(s) was done.

                          Comment


                            The latest update npw enables downloads from ITVx - thanks for that. However, where My5 used to be restricted to SD now it fails everytime at the analysis stage

                            Comment


                              Apple TV+ suggestion:

                              Is there some way SF could check the air dates for shows on , and NOT add those not available yet to the download queue? I'm not sure what meta data SF gets on each episode, but if it has the air date, and SF compare that to the current date, and if air date is in the future, skip adding it to queue and provide some feedback to the user?

                              Why?

                              Apple has a habit of listing shows on their site BEFORE their air date which you are not able to watch until the air date. For example, Season 1 of Hijack. Episode 5 is listed on the site now, with an air date of July 19, 2023, which is 5 days from now. If you add Season 1 to StreamFab for downloading, it adds episodes 1-5, even though 5 isn't available yet.

                              As such Episode 5 fails downloading and is listed as such on the Downloading tab. The SF message just says "Failure accessing video information, please make sure that you can play back the video." which is accurate, So as a user, my first instinct is to retry, and that there is a StreamFab issue. The only way to know the issue is because the episode is "coming soon" is to open a separate browser, log into AppleTV+, go to the show listing and look at the episode listing.



                              Comment


                                Originally posted by KidJoe View Post
                                Apple TV+ suggestion:

                                Is there some way SF could check the air dates for shows on , and NOT add those not available yet to the download queue? I'm not sure what meta data SF gets on each episode, but if it has the air date, and SF compare that to the current date, and if air date is in the future, skip adding it to queue and provide some feedback to the user?

                                Why?

                                Apple has a habit of listing shows on their site BEFORE their air date which you are not able to watch until the air date. For example, Season 1 of Hijack. Episode 5 is listed on the site now, with an air date of July 19, 2023, which is 5 days from now. If you add Season 1 to StreamFab for downloading, it adds episodes 1-5, even though 5 isn't available yet.

                                As such Episode 5 fails downloading and is listed as such on the Downloading tab. The SF message just says "Failure accessing video information, please make sure that you can play back the video." which is accurate, So as a user, my first instinct is to retry, and that there is a StreamFab issue. The only way to know the issue is because the episode is "coming soon" is to open a separate browser, log into AppleTV+, go to the show listing and look at the episode listing.


                                Hulu does this too and it's so annoying. I add 5 episodes and the first 3 download while i get errors for the last 2. I keep trying, closing StreamFab, logout/login, only to realize later that it hasn't "aired" yet.

                                I do not use those sites at all for streaming. I download, add to Kodi and Plex libraries and will watch on Kodi.
                                How to post issues in the StreamFab Section

                                Comment

                                Working...
                                X