Giter VIP home page Giter VIP logo

avalonxmlagent.bundle's Introduction

AvalonXmlAgent.bundle

Release MIT licensed

Avalon Xml Agent is a Plex TV and movie agent that is inspired by XBMCnfoTVImporter.bundle and XBMCnfoMoviesImporter.bundle. It is designed to use XML file as metadata instead of pull data from internet. It allows you to maintain and backup your metadata much easier and prevent some random guys on internet modify the metadata that you used to.

See Frequently Asked Questions for more details.

Format

See Wiki

Install

Git

cd /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/
sudo git clone https://github.com/joshuaavalon/AvalonXmlAgent.bundle.git
sudo chown plex:plex AvalonXmlAgent.bundle
sudo service plexmediaserver restart

Manually

sudo wget https://github.com/joshuaavalon/AvalonXmlAgent.bundle/archive/master.zip -P /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/
sudo unzip master.zip -d AvalonXmlAgent.bundle
sudo chown plex:plex AvalonXmlAgent.bundle
sudo service plexmediaserver restart

Then, select Avalon XML TV Agent and Avalon XML Movie Agent as your agent.

Frequently Asked Questions

Can XMBC nfo be used directly?

No. Although XMBC and AvalonXml both use XML to store their data, XMBC allows many different tag to represent. For example, aired, premiered, dateadded and dayfirst can represent the same information in XMBC. AvalonXml only uses aired. It is not that difficult to write a script to read and write xml.

Also, although AvalonXml has legacy support for .nfo, it is recommend to use .xml. .nfo is not well support in many text editor. You have to manually select XML highlight.

Why is this better than XMBC?

  • Cleaner code. For example, accessing the files on drive instead of query web API, etc.
  • Consistent data. No more different tag name for same data. No unreasonable data (manually change duration instead of actual duration).
  • Have tool for generate XML file.
  • Static naming. XMBC always search for .nfo with the same name of the video which cause problem when Plex choose between multiple version video.
  • Support all the fields in web UI. Note that there are some limitations, see Wiki.

avalonxmlagent.bundle's People

Contributors

axelbd avatar joshuaavalon avatar rotj 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.