• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Plugin Development FinTube Plugin

    Pages (2): « Previous 1 2

     
    • 1 Vote(s) - 5 Average

    FinTube Plugin

    FinTube lets you import Media directly from YouTube
    R4RaiN
    Offline

    Junior Member

    Posts: 11
    Threads: 5
    Joined: 2024 Feb
    Reputation: 0
    Country:Australia
    #11
    2024-03-18, 01:44 PM
    would love to see some more updates
    Marcus Junius
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2023 Aug
    Reputation: 0
    Country:Germany
    #12
    2024-05-31, 01:36 PM
    Hi,

    How to set up under Windows?

    I have placed yt-dlp.exe in the following directory:
    C:\Fintube\ytube
    I have entered this path in the Fintube settings. I have also placed yt-dlp as a system variable in the Windows path.


    If I then go to the Fintube tab, I cannot select a path/folder for “target Libery”.

    I hope someone could help here.
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #13
    2024-06-19, 03:02 AM
    I am trying to download a youtube video but I get this error

    Code:
    2024-06-18 23:00:15.487 -04:00] [ERR] [37] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/fintube/submit_dl".
    System.InvalidOperationException: The AuthorizationPolicy named: 'DefaultAuthorization' was not found.
       at Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(IAuthorizationPolicyProvider policyProvider, IEnumerable`1 authorizeData, IEnumerable`1 policies)
       at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
       at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
       at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
       at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
       at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
       at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
       at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
       at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
       at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
       at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
       at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
    bgstack15
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #14
    2024-06-19, 12:31 PM
    (2023-08-28, 01:22 PM)Voltage6905 Wrote: Anyone tested this with docker?

    I tested FinTube 1.0.1.0 from the AECX repo (and not one of the few forks that have small changes/improvements) with Jellyfin 10.9.1. Once I got a volume mount that included a Linux binary of yt-dlp (because my docker host is CentOS 7 with python 3.6 which is too old for yt-dlp), and I configured FinTube from the My Plugins page, I tried a yt-dlp operation.

    Unfortunately, it failed with this error:
    Code:
    jellyfin_1  | [12:20:43] [ERR] [8] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL POST /fintube/submit_dl.
    jellyfin_1  | System.InvalidOperationException: The AuthorizationPolicy named: 'DefaultAuthorization' was not found.
    jellyfin_1  |    at Microsoft.AspNetCore.Authorization.AuthorizationPolicy.CombineAsync(IAuthorizationPolicyProvider policyProvider, IEnumerable`1 authorizeData, IEnumerable`1 policies)
    jellyfin_1  |    at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
    jellyfin_1  |    at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
    jellyfin_1  |    at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
    jellyfin_1  |    at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
    jellyfin_1  |    at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
    jellyfin_1  |    at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
    jellyfin_1  |    at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
    jellyfin_1  |    at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
    jellyfin_1  |    at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
    jellyfin_1  |    at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
    jellyfin_1  |    at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
    A brief internet search (ddg) suggests this might be related to some new plugin architecture in newer Jellyfin. I am not a C# developer but perhaps adding one or two lines to the source code of the plugin might be enough. I'll wait for qualified people to fix it before I try again.
    pcm
    Offline

    Member

    Posts: 62
    Threads: 4
    Joined: 2024 May
    Reputation: 0
    Country:Uzbekistan
    #15
    2024-06-20, 08:07 PM
    is it safe to say that this plugin is broken ?
    darkstormyrain
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #16
    2024-08-02, 04:03 PM
    (2024-06-20, 08:07 PM)pcm Wrote: is it safe to say that this plugin is broken ?

    I came here to figure that out as well.  It does nothing even though everything is installed and setup properly.  

    I even built yt-dlp from source code.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #17
    2024-08-02, 04:34 PM (This post was last modified: 2024-08-02, 04:36 PM by Efficient_Good_5784. Edited 3 times in total.)
    (2024-08-02, 04:03 PM)darkstormyrain Wrote:
    (2024-06-20, 08:07 PM)pcm Wrote: is it safe to say that this plugin is broken ?

    I came here to figure that out as well.  It does nothing even though everything is installed and setup properly.  

    I even built yt-dlp from source code.
    Could be Youtube themselves. Youtube has been cracking down on downloading & ad blocking services such as these.
    Duvel
    Offline

    Member

    Posts: 69
    Threads: 9
    Joined: 2023 Jul
    Reputation: 3
    Country:Belgium
    #18
    2024-10-28, 03:44 PM
    does it skip all the infamous youtube ads ?
    Pages (2): « Previous 1 2

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode