VideoHelp Forum




+ Reply to Thread
Page 8 of 57
FirstFirst ... 6 7 8 9 10 18 ... LastLast
Results 211 to 240 of 1704
  1. Thanks for the info pssh, I've followed your method B and all seems to have setup okay but I'm getting an error saying no services have been added but they have.

    I had an error saying

    No config file found, you can use any of the following locations:
    ├── 1.
    │ C:\Users\Kev\git\devine332TPDpy312poetry\devine\de vine\devine.yaml
    ├── 2. C:\Users\Kev\git\devine332TPDpy312poetry\devine\de vine.yaml
    └── 3. C:\Users\Kev\AppData\Local\devine\devine.yaml

    My devine.yaml is located at C:\Users\Kev\AppData\Local\devine

    and it says

    directories:
    services: C:\Users\Kev\git\devine333TPDpy312poetry\devine\de vine\services
    cdm:
    default: generic_4464_l3
    services:
    iP: cert:C:\Users\Kev\wvd\bbciplayer.pem

    there isn't a gap in that devine in the actual devine.yaml

    when I run py -3.12 -m poetry run devine dl iP -? I get

    Error: There are no Services added yet, therefore the 'iP' Service could not be found.
    Last edited by kev043; 13th May 2024 at 05:00.
    Quote Quote  
  2. Originally Posted by kev043 View Post
    Thanks for the info pssh, I've followed your method B and all seems to have setup okay but I'm getting an error saying no services have been added but they have.

    I had an error saying

    No config file found, you can use any of the following locations:
    ├── 1.
    │ C:\Users\Kev\git\devine332TPDpy312poetry\devine\de vine\devine.yaml
    ├── 2. C:\Users\Kev\git\devine332TPDpy312poetry\devine\de vine.yaml
    └── 3. C:\Users\Kev\AppData\Local\devine\devine.yaml

    My devine.yaml is located at C:\Users\Kev\AppData\Local\devine

    and it says

    directories:
    services: C:\Users\Kev\git\devine333TPDpy312poetry\devine\de vine\services
    cdm:
    default: generic_4464_l3
    services:
    iP: cert:C:\Users\Kev\wvd\bbciplayer.pem

    there isn't a gap in that devine in the actual devine.yaml

    when I run py -3.12 -m poetry run devine dl iP -? I get

    Error: There are no Services added yet, therefore the 'iP' Service could not be found.


    I have left part of the path out ........in the command that adds the services to Devine
    I have just gone through my notes and its because I used "pwd" that showed the full path
    and just forgot to add the "$home" so it works with your username ....


    Code:
    devine cfg directories.services \git\stabbedbybrick-333\devine-services\services\
    should be
    Code:
    devine cfg directories.services $home\git\stabbedbybrick-333\devine-services\services\

    Apologies. and because it did not work, you probably tried the Advanced option as well ...



    I guess now the "devine.yaml" is there with the wrong PATH, you have three options:
    -----------------------------------------------------------------
    [A] - Delete the "devine.yaml" that has the config and start again with Config commands:
    Code:
    rm $home\AppData\Local\devine\devine.yaml
    and re-enter the correct Devine config commands again:

    Code:
    devine cfg directories.services $home\git\stabbedbybrick-333\devine-services\services\
    devine cfg cdm.default generic_4464_l3
    devine cfg credentials.ALL4 email:password # email:password = YourEmail:PasswordSetWhenRegisteredOnALL4Website
    devine cfg downloader aria2c
    devine cfg aria2c.max_concurrent_downloads 2
    devine cfg aria2c.file_allocation prealloc
    devine cfg dl.sub_format srt




    #or

    [B] - Edit the "devine.yaml" file and correct the entry.
    # In NANO
    Code:
    nano $home\AppData\Local\devine\devine.yaml
    #In Notepad
    Code:
    notepad $home\AppData\Local\devine\devine.yaml
    #In VSCode
    Code:
    code $home\AppData\Local\devine\devine.yaml

    The correct "Entry" if you cloned "stabbedbybrick" services from my post #210
    will now be in this Path:

    Code:
      services: C:\Users\Kev\git\stabbedbybrick-333\devine-services\services\
    Stick to install option [1]
    REF: "when I run py -3.12 -m poetry run devine dl iP -? I get"
    and when its running and working,
    you can try Advanced option [2].


    #or

    [C]
    If you get and error after trying [A] + [B], just delete everything in "$home\git" and start again
    Code:
    rm $home\git\
    and obliviously the "devine.yaml" file as well:
    Code:
    rm $home\AppData\Local\devine\devine.yaml


    Don't forget that the WVD file you had in "$home\wvd\
    was re-moved to Devine service DIR during the config
    and should still be there, but check with:
    Code:
    ls $home\AppData\Local\devine\WVDs
    and if it is there, you do NOT need to re-run this command during the set-up:
    "devine wvd add $home\wvd\generic_4464_l3.wvd"
    Last edited by pssh; 13th May 2024 at 08:36.
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  3. This is a great replacement for freevine - thank you to the developers.

    I have installed stabbedbyabrick's services and they all work.

    I was wondering how to find additional services, specifically for ITVX, Channel 5 and possibly STVPlayer?

    Sorry for the dumb question.
    Quote Quote  
  4. Originally Posted by evbuk1 View Post
    This is a great replacement for freevine - thank you to the developers.

    I have installed stabbedbyabrick's services and they all work.

    I was wondering how to find additional services, specifically for ITVX, Channel 5 and possibly STVPlayer?

    Sorry for the dumb question.


    You could start from here:
    https://forum.videohelp.com/threads/411643-Freevine-A-downloader-for-free-streaming-se...40#post2729580
    to get the picture ....
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  5. Originally Posted by evbuk1 View Post
    This is a great replacement for freevine - thank you to the developers.

    I have installed stabbedbyabrick's services and they all work.

    I was wondering how to find additional services, specifically for ITVX, Channel 5 and possibly STVPlayer?

    Sorry for the dumb question.
    If they don't exist, you'll have to write your own. Or wait until someone else writes it and shares it.

    Edit: I've added My5 to the repo. As always, see help section for info.
    Code:
    devine dl my5 -?
    Last edited by stabbedbybrick; 13th May 2024 at 14:23.
    Quote Quote  
  6. Member
    Join Date
    Oct 2023
    Location
    Afghanistan
    Search PM
    Originally Posted by stabbedbybrick View Post
    Edit: I've added My5 to the repo.
    Thanks mate again
    Quote Quote  
  7. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by stabbedbybrick View Post
    Edit: I've added My5 to the repo. As always, see help section for info.
    Code:
    devine dl my5 -?
    Thank you for the hard work and sharing!
    Quote Quote  
  8. is there anybody with any insight in to getting it working with nordvpn as a proxy?

    https://github.com/devine-dl/devine/blob/master/CONFIG.md#nordvpn-dict reads like it should be simple, ive tried adding them to the config but it doesnt seem to do anything and still looks for hola
    Quote Quote  
  9. Originally Posted by mj23 View Post
    is there anybody with any insight in to getting it working with nordvpn as a proxy?

    https://github.com/devine-dl/devine/blob/master/CONFIG.md#nordvpn-dict reads like it should be simple, ive tried adding them to the config but it doesnt seem to do anything and still looks for hola
    In devine.yaml:
    Code:
    proxy_providers:
      nordvpn:
        username: 
        password:
    Make sure you're using the service credentials found on your account dashboard, and not the normal login details.
    Quote Quote  
  10. Originally Posted by stabbedbybrick View Post
    Originally Posted by mj23 View Post
    is there anybody with any insight in to getting it working with nordvpn as a proxy?

    https://github.com/devine-dl/devine/blob/master/CONFIG.md#nordvpn-dict reads like it should be simple, ive tried adding them to the config but it doesnt seem to do anything and still looks for hola
    In devine.yaml:
    Code:
    proxy_providers:
      nordvpn:
        username: 
        password:
    Make sure you're using the service credentials found on your account dashboard, and not the normal login details.
    ohhh ffs ... i swear i tried that combination

    your a legend! thanks for that and the MY5 service (and freevine which i still prefer)
    Quote Quote  
  11. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Does anyone know if it's currently possible to specify the filename format on download? In other words, per download, specify what the output filename should be like we can with Freevine? I could do it with a convoluted rename script I guess, but wondering if I've missed something in devine, first.
    Quote Quote  
  12. Member
    Join Date
    Dec 2021
    Location
    Scotland
    Search Comp PM
    I have been using the 'original' devine download from VideoHelp: https://files.videohelp.com/u/301156/devine.zip
    Everything has been working well that I require (ALL4, the new CH5 and iPlayer 4K).

    I have now downloaded and set up the latest devine from Github (v3.3.3).
    ALL4 and the new CH5 again are working well. However, it will now not fetch iPlayer 4K:
    example:
    devine dl -v H.265 iP https://www.bbc.co.uk/iplayer/episode/m001xxn3/mammals-series-1-1-dark
    Code:
     Service Config loaded
         Loaded Cdm Widevine CDM: 4445 (L3)
         Loaded 1 Vaults
    
      ─────────────────────────────── Service: iP ────────────────────────────────
    
         Service is not Geoblocked in your region
    
      ───────────────────────────── Series: Mammals ──────────────────────────────
    
         1 Season, 1 Episode
    
      ─────────────────────────── Mammals S01E01 Dark ────────────────────────────
    
         There's no SDR Video Tracks...
    Any ideas anybody? If I revert back to the 'old' version (after having changed the paths in devine.yaml again), 4K download works fine.
    Quote Quote  
  13. Originally Posted by deccavox View Post
    Any ideas anybody? If I revert back to the 'old' version (after having changed the paths in devine.yaml again), 4K download works fine.
    https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...e7#post2735000
    Quote Quote  
  14. Member
    Join Date
    Dec 2021
    Location
    Scotland
    Search Comp PM
    Originally Posted by achilles View Post
    Originally Posted by deccavox View Post
    Any ideas anybody? If I revert back to the 'old' version (after having changed the paths in devine.yaml again), 4K download works fine.
    https://forum.videohelp.com/threads/414154-Devine-Modular-Movie-TV-and-Music-Archival-...e7#post2735000
    Many thanks. I missed that one
    Quote Quote  
  15. Originally Posted by stabbedbybrick View Post
    Edit: I've added My5 to the repo. As always, see help section for info.
    Code:
    devine dl my5 -?
    Thanks

    Originally Posted by mkjustuk View Post
    Does anyone know if it's currently possible to specify the filename format on download? In other words, per download, specify what the output filename should be like we can with Freevine? I could do it with a convoluted rename script I guess, but wondering if I've missed something in devine, first.
    It's not, but there is a feature request for it on Github - https://github.com/devine-dl/devine/issues/97
    Quote Quote  
  16. Member
    Join Date
    Dec 2023
    Location
    Spain
    Search Comp PM
    Originally Posted by SaLTy View Post
    It's not, but there is a feature request for it on Github - https://github.com/devine-dl/devine/issues/97
    Thanks, I see a few of us have noticed it's needed. I'll see if I can script it for my immediate needs.
    Quote Quote  
  17. Hi People,

    I'm hoping someone can point me to where things may be going wrong...

    Video and Audio seems to download okay... upto a certain point where an error gets thrown up,... but this error does not stop devine from working..
    the error is the following:Image
    [Attachment 79102 - Click to enlarge]


    At this point it just hangs...

    I kept the "temp" folder open to see what was going on, the only files in here are :Image
    [Attachment 79103 - Click to enlarge]


    The information behind the system error is:Image
    [Attachment 79104 - Click to enlarge]


    So would this mean that no subs are available for the program?? (Sorry guys,... subs are deffo available).
    Appreciate advice and help... Thanks chaps.

    the .dll mentioned is not the only one that errors out... I have found them on my system and I see that they are all part of the "Bin folder" from ffmpeg from a prog called "you-get". They are also listed within another folder for a different program as well another Youtube downloader.
    What would be the best way to get these to be seen by Devine???
    Last edited by LastResort; 14th May 2024 at 13:45. Reason: Edit
    Quote Quote  
  18. Originally Posted by iamghost View Post
    Thank you ianghost,

    I had downloaded ccextractor.win.full.rar and did a full install weeks ago,... and assumed I had done the right thing. It wasn't until today that ccextractor had come into use and thus I came upon the error. I did check the files in the temp folder, and the video and audio had both been de-scrambled, so It was almost there. I've no idea why I had that strange shaka-packager error, something about a non-zero composition offset 3600. an editlist is probably missing. It just made me think that it was my internet at fault, and that it wasn't requesting the right information. I'll get there in the end, Thank you for the file list, I'll get them into my devine folder and do another test.
    Quote Quote  
  19. Member
    Join Date
    Mar 2024
    Location
    Poland
    Search PM
    When downloading a movie, how can I also download the subtitles and save them to a separate file, e.g. txt. What command should I use?


    Image
    [Attachment 79160 - Click to enlarge]
    Quote Quote  
  20. Originally Posted by grzech67 View Post
    When downloading a movie, how can I also download the subtitles and save them to a separate file, e.g. txt. What command should I use?


    Image
    [Attachment 79160 - Click to enlarge]
    Code:
    devine dl -?
    Maybe not be as one-liner, but if you add:
    Code:
      -S, --subs-only                 Only download subtitle tracks.
    this will only download the Subs....



    https://www.channel4.com/programmes/seaside-hotel

    Code:
    devine search all4 "seaside hotel"
    Code:
    devine dl --list-titles all4 seaside-hotel
    Code:
    devine dl --list -w s01 all4 seaside-hotel
    Code:
    devine dl --list -w s01e01 all4 seaside-hotel
    #Original VTT = Subtitle_eddbbb.vtt
    Code:
    devine dl --no-proxy --no-folder --sub-format SRT --subs-only -w s01e01 all4 seaside-hotel
    OR as MKS = Seaside.Hotel.S01E01.ALL4.WEB-DL.mks
    Code:
    devine dl --no-proxy --no-folder --subs-only -w s01e01 all4 seaside-hotel


    #Check out your "VTT" SUBs
    Code:
    ls $home\AppData\Local\Temp\devine\*.vtt
    #OR MKS will be in the devine Download DIR.
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  21. I feel like I must be missing something here, so my apologies if the question is basic, but where do I actually find services that people have written?

    My understanding is the point is that different people could be creating "services", each of which would allow me to download from a different website and therefore I can just pick and choose the ones I want?

    Or am I wrong - does this require me to implement the services myself? In which case I think the scope may be far beyond my capabilities!
    Quote Quote  
  22. Originally Posted by FrenchRabbit View Post
    I feel like I must be missing something here, so my apologies if the question is basic, but where do I actually find services that people have written?

    My understanding is the point is that different people could be creating "services", each of which would allow me to download from a different website and therefore I can just pick and choose the ones I want?

    Or am I wrong - does this require me to implement the services myself? In which case I think the scope may be far beyond my capabilities!
    You can find a few here: https://www.cdm-project.com/TPD94/devine/src/branch/master/devine/services
    Quote Quote  
  23. Originally Posted by mkjustuk View Post
    Originally Posted by SaLTy View Post
    It's not, but there is a feature request for it on Github - https://github.com/devine-dl/devine/issues/97
    Thanks, I see a few of us have noticed it's needed. I'll see if I can script it for my immediate needs.
    Dude - if you can write the code yourself - make a PR to the repo. The maintainer (rlaphoenix) is cool and is very appreciative of anyone contributing code to the project.
    Quote Quote  
  24. Thanks - I'm starting with trying to get iPlayer working and going to see what I can do from there. Running into an issue that was similar to something earlier in the thread. I'm using the pem that was listed before which has got me more progress, but I can't download in either H.264 or H.265.

    I'm hoping I've just not put one of the prerequisites in the right place but can't tell from this - the H.264 version downloads everything but the audio, the H.265 doesn't work at all.

    Any help is appreciated!
    Image Attached Thumbnails Click image for larger version

Name:	H264.png
Views:	35
Size:	45.5 KB
ID:	79226  

    Click image for larger version

Name:	H265.png
Views:	63
Size:	100.4 KB
ID:	79227  

    Quote Quote  
  25. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Did you update iP service for Devine 3.3.3
    There is a problem with old ip service with new Devine updated (audio issue)
    Have i got news for you is not available 4k or h265
    Quote Quote  
  26. I am using the iP service linked above, and am using Devine from github rather than pip - will that be causing an issue?
    Quote Quote  
  27. Originally Posted by iamghost View Post
    Amazing, thanks - got H.264 working now but H.265 says no media found. I assume that means that iPlayer just doesn't have an H.265 version available? Presumably I have some way of seeing this with -info or something?

    Ed: I spoke too soon. After downloading audio it still fails:
    Image Attached Thumbnails Click image for larger version

Name:	H264 2.png
Views:	42
Size:	149.3 KB
ID:	79228  

    Last edited by FrenchRabbit; 18th May 2024 at 03:36. Reason: Didn't work :(
    Quote Quote  
  28. Originally Posted by FrenchRabbit View Post
    Originally Posted by iamghost View Post
    Amazing, thanks - got H.264 working now but H.265 says no media found. I assume that means that iPlayer just doesn't have an H.265 version available? Presumably I have some way of seeing this with -info or something?

    Ed: I spoke too soon. After downloading audio it still fails:
    The H265 stuff works okay for me off iP I used this command

    devine dl -r HLG --no-folder -w s01e05 iP https://www.bbc.co.uk/iplayer/episode/m00149lg/the-green-planet-series-1-5-human-worlds

    Do you have all the dependencies installed on your system? pssh has a great guide about this in the threads.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!