Git Product home page Git Product logo

Comments (7)

lifegpc avatar lifegpc commented on August 25, 2024

@orangeff
换行需要进行转换吗?
image

from bili.

orangeff avatar orangeff commented on August 25, 2024

@orangeff
换行需要进行转换吗?
image

大佬牛逼,这么快就弄出来了,好像是需要换行的

from bili.

orangeff avatar orangeff commented on August 25, 2024

@orangeff
换行需要进行转换吗?
image

我研究了一下,如果是多P视频,想要plex正确识别并自动切换的话视频文件名需要命名为videotitle - pt[0-9].ext,整个目录下需要一个videotitle-poster.jpg才能识别封面
image
image
image

from bili.

lifegpc avatar lifegpc commented on August 25, 2024

video title是要与NFO文件中的title一致吗?

from bili.

orangeff avatar orangeff commented on August 25, 2024

video title是要与NFO文件中的title一致吗?

这个倒是不用,plex的识别逻辑是文件名中videotitle保持一致
例如一个2P视频则需要以下文件则能正常识别(ass文件可选,pt*前-需两边空格)
videotitle - pt1.mkv
videotitle - pt1.zh.ass

videotitle - pt2.mkv
videotitle - pt2.zh.ass

videotitle-poster.jpg
videotitle.nfo

from bili.

lifegpc avatar lifegpc commented on August 25, 2024

当前代码是为每1P生成NFO文件

from bili.

orangeff avatar orangeff commented on August 25, 2024

当前代码是为每1P生成NFO文件

每P的nfo差别好像不大,我的方法是直接复制一个nfo并重命名为videotitle.nfo
if [ -f *pt1.nfo ];then
cp -f *pt1.nfo "$video_title.nfo"
fi

from bili.

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.