Coder Social home page Coder Social logo

Comments (4)

mxpv avatar mxpv commented on May 27, 2024

Can you give more context here, since I'm not familiar with Plex platform?
How do you generate nfo files? Does Plex needs XML feeds or just a directory with mp4/nfo files?

from podsync.

psyciknz avatar psyciknz commented on May 27, 2024

Plex (or kodi, or emby) would want the mp4 files and a matching nfo file. The NFO file contains the metadata (similar to what is provided in the .xml for each episode. It might be too much of a departure from your current architecture.

from podsync.

mxpv avatar mxpv commented on May 27, 2024

from podsync.

psyciknz avatar psyciknz commented on May 27, 2024

They're a common file format....

<?xml version='1.0' encoding='UTF-8'?>
<episodedetails>
  <title>Starling City</title>
  <showtitle>Arrow</showtitle>
  <season>8</season>
  <episode>1</episode>
  <uniqueid>7249300</uniqueid>
  <aired>2019-10-15</aired>
  <plot>While trying to decipher The Monitor’s mission, Oliver returns to Starling City where he encounters familiar faces. Meanwhile, Mia and William’s team clash with a new foe.</plot>
  <runtime>45</runtime>
  <thumb>http://thetvdb.com/banners/episodes/257655/7249300.jpg</thumb>
  <credits>Beth Schwartz</credits>
  <credits>Marc Guggenheim</credits>
  <director>James Bamford</director>
</episodedetails>

Buit I think I might do what I want another way, surely there's already a project to pull files form youtube into plex..... Thanks anyway.

from podsync.

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.