Coder Social home page Coder Social logo

yanyuandaxia / jellyfin_pinyin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wizzercn/jellyfin_pinyin

0.0 0.0 0.0 29 KB

Jellyfin 影片标题处理以支持客户端按汉语拼音排序、筛选

License: Apache License 2.0

Java 98.59% Dockerfile 1.41%

jellyfin_pinyin's Introduction

jellyfin_pinyin

Jellyfin 标题拼音处理 支持客户端按拼音字母排序

使用说明

docker 搜素 jellyfin_pinyin 安装

启动服务时会自动运行(延迟10s),其后按配置的间隔时间周期性执行(执行时判断是否已处理,已处理则自动跳过)

ps:应该也支持emby,可以自己试下

docker 环境变量说明

变量名称 默认值 说明
URL http://127.0.0.1:8096 服务器地址(末尾不加/)
KEY API KEY Jellyfin-控制台-高级-API密钥 添加
MEDIA 要扫描的媒体库名称以英文 , 分割,如 电影,动画 (删除此配置项则为扫描全部)
TIME 3600 周期扫描的时间间隔,单位秒

编译说明

  • mvn package nutzboot:shade 生成可执行jar包
  • docker build -t wizzer/jellyfin_pinyin:v1.9_arm . --platform=linux/arm64 Docker打包发布(for arm)
  • docker build -t wizzer/jellyfin_pinyin:v1.9 . --platform=linux/amd64 Docker打包发布
  • docker build -t wizzer/jellyfin_pinyin:latest . --platform=linux/amd64 Docker发布latest版

jellyfin_pinyin's People

Contributors

wizzercn avatar flameshark avatar

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.