Coder Social home page Coder Social logo

plex-parse's Introduction

Plex-Parse

Plex Library to comma separated variables (.csv) file

Chris Hall & John Stallan 2010-2014 - chall32.blogspot.com

What is Plex?

Plex is a media player system and software suite consisting of a player applications and an associated media server that organises personal media stored on local devices

What does Plex-Parse do?

Plex-Parse converts a saved copy of your Plex Media Server library section xml into a .csv file. This .csv can then be opened and manipulated using any spreadsheet application (for example Microsoft Excel, Libre Office Calc etc)

Why?

Sometimes it is easier, to browse and manipulate your plex library section when it is in spreadsheet format

###Pre-Requisites

  1. Powershell - you need to be running Windows 7 or newer to use this program. I recommend running Plex-Parse.ps1 in PowerShell ISE
  2. A Plex Media Server!

How to Use

  1. Open http://(your plex media server):32400/library/sections/
  2. Find the location id of the library location that you are interested in exporting. For example:
<Directory allowSync="0" art="/:/resources/movie-fanart.jpg" filters="1" refreshing="0" 
thumb="/:/resources/movie.png" key="2" type="movie" title="Family Movies" 
agent="com.plexapp.agents.themoviedb" scanner="Plex Movie Scanner" language="en" 
uuid="XXYYZZ" updatedAt="1234567890" createdAt="1234567890"> 
<Location id="2" path="D:\Movies"/> </Directory>

In this case my location id is 2

  1. Open http://(plex server):32400/library/sections/(section id)/all/ (eg http://127.0.0.1:32400/library/sections/2/all/ )
  2. Save this as Library.xml into the same directory as your downloaded copy of Plex-Parse.ps1
  3. Open Plex-Parse.ps1 with Powershell ISE and hit F5 or the green play button.
  4. Your csv output file will be saved as Library.csv in the same directory as your downloaded copy of Plex-Parse.ps1
  5. Repeat steps 1 to 6 for any other Plex library sections you are interested in exporting to csv

What's New?

See the changelog for what's new in the most recent release.

If Plex-Parse helped you, how about buying us a beer? Use the donate button below. THANK YOU!

Donate

plex-parse's People

Contributors

chall32 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

plex-parse's Issues

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.