GithubHelp home page GithubHelp logo

Comments (5)

kookxiang avatar kookxiang commented on June 19, 2024

普通用户拿 UserID 拼链接访问也是可以的,只是现在普通用户暂时无法访问后台所以看不到入口

from jellyfin-plugin-bangumi.

MuelNova avatar MuelNova commented on June 19, 2024

我在后台是直接 https://my.domain.name/web/index.html#!/configurationpage?name=Plugin.Bangumi.Configuration 的形式,如何拼接 UserID 呢,以及似乎也没找到 UserID 在哪...

from jellyfin-plugin-bangumi.

kookxiang avatar kookxiang commented on June 19, 2024

正式版的话直接 F12 运行下面的代码就可以跳转登录绑定

window.open('https://bgm.tv/oauth/authorize?client_id=bgm16185f43c213d11c9&redirect_uri=' + encodeURIComponent(ApiClient.getUrl('/Plugins/Bangumi/OAuth?user=' + ApiClient.getCurrentUserId())) + '&response_type=code');

最新 CI 的版本用下面这个:

window.open(ApiClient.getUrl('/Plugins/Bangumi/Redirect?prefix=' + encodeURIComponent(ApiClient.serverAddress()) + '&user=' + ApiClient.getCurrentUserId()));

from jellyfin-plugin-bangumi.

MuelNova avatar MuelNova commented on June 19, 2024
<script>
    window.opener.postMessage('BANGUMI-OAUTH-COMPLETE');
    window.close()
</script>

感觉应该是成功了,但是播放完毕似乎没有同步到 bgm.tv 上。管理员设置如下
f6fb7b9dc2d4b2b7df9b9eab759acd90

from jellyfin-plugin-bangumi.

kookxiang avatar kookxiang commented on June 19, 2024

在日志中搜下 Jellyfin.Plugin.Bangumi.PlaybackScrobbler 看看有没有相关上报 / 错误的日志?

from jellyfin-plugin-bangumi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.