Announcement

Collapse
No announcement yet.

Download Selection Window empty

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #31
    Originally posted by Germania View Post
    Looks also fine for me at amazon.de

    I only miss s0?e? info in "Downloading+Downloaded"
    Been like this for quite some time...

    Click image for larger version  Name:	image.png Views:	0 Size:	192.9 KB ID:	458438
    I haven't tried the new version yet but another bug that's been there for quite some time is that the Extras don't have any meta when trying to select them from the pop-up. You only see Extras 1, Extras 2, etc.. No titles

    Click image for larger version

Name:	image.png
Views:	227
Size:	118.1 KB
ID:	458440
    Last edited by jpp72; Yesterday, 08:34 PM.

    Comment


      #32
      Originally posted by jpp72 View Post
      > I only miss s0?e? info in "Downloading+Downloaded"

      Been like this for quite some time...
      I remember the previous test for no listing >25 epi was 6204 test ..
      .. and there only episodes >25 were affected - see here | source

      In a test I mention what bothers me ..​

      Comment


        #33
        Ok i have fixed the Extras Titles. I have included it in my MOD specific to the test version. A new version of the MOD will be created for the final version that StreamFab will release to restore the pop-up not showing unavailable episodes.

        Click image for larger version

Name:	image.png
Views:	233
Size:	134.6 KB
ID:	458442

        Comment


          #34
          Originally posted by jpp72 View Post
          Ok i have fixed the Extras Titles. I have included it in my MOD specific to the test version. A new version of the MOD will be created for the final version that StreamFab will release to restore the pop-up not showing unavailable episodes.
          Much obliged. Your mod is working well over here.

          Comment


            #35
            Originally posted by Germania View Post

            I only miss s0?e? info in "Downloading+Downloaded"
            This is much better by far because you can already see which season it is at the top.

            Now the naming should also be correct, even if some episodes get scanned but can't be downloaded due to geoblocking

            _____________________

            Amazon DE works

            But if the name is too long, a new folder gets created, which first no longer exists and second gets reused for a series that was downloaded a long time ago with a name that was also too long.

            For example:
            • Supernatural – downloaded a long time ago, name was too long and had to be shortened.
            • Lord of the Rings – now being downloaded, name is too long → Supernatural folder gets used, even though Supernatural doesn’t exist anymore.

            Comment


              #36
              Installed test 6.2.1.9 in the US. It appears to be working well for Amazon - thank you! I have added three seasons of shows to the queue and have already downloaded several episodes. Happy new year!

              Comment


                #37
                so for the record all that was done was to comment out this section of code from amazon_get_seasons_info.py

                Code:
                           # if li.find("a")==None:
                            #     count += 1
                            #     continue
                
                            # if not(li.find("a").has_attr('href')):
                            #     count += 1
                            #     continue
                
                            play_url = ""
                            # play_url = li.find("a")['href']
                            # if play_url == None:
                            #     count += 1
                            #     continue
                ​
                which is what I was playing with when a test version was uploaded. But it is kinda weird that technically that should work as they didn't seem to move the <a href> and it is still the first 'a' ref it comes to within each <li> block. But oh well. At least I can see why it returns everything playable or otherwise. :-P I was attempting to have it look for the play button itself but couldn't quite get the code to work yet. So kudos to Wilson for the quick fix. :-)

                Comment


                  #38
                  Originally posted by Sipherdrakon View Post
                  so for the record all that was done was to comment out this section of code from amazon_get_seasons_info.py
                  I applied this fix to the Mac version 6.2.1.5 and it worked. I appreciate it very much.

                  Comment

                  Working...
                  X