PHP media manager?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #1
Hey guys..

Now that I've moved all my movies from my windows machine, to my ubuntu server,
I'd like to manage them from there as well, but haven't seen any media manager for linux or crossplatform.

I've considered coding one in PHP. First of all for crossplatform and secondly to manage it over web because my server is headless.
What do you guys think of the idea of a media manager in PHP?

Also, seeing as a media manager would be considered backend, the frontend to this, could be a nice overview of all your movies to friends
and possibly also streaming. Thoughts?
find quote
matpol Offline
Member
Posts: 80
Joined: May 2008
Reputation: 0
Location: bournemouth, uk
Post: #2
have you seen this:
https://github.com/tamplan/Media-Manager...S-for-XBMC
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #3
I have, but there havent been any updates in 2 months, im not a big fan of CodeIgniter and I couldn't get the installer to work.

My plan was to use FuelPHP framework for flexibility and to utilize some of the power php5.3 offers
find quote
clock2113 Offline
Fan
Posts: 636
Joined: Feb 2007
Reputation: 0
Location: XBMC+Unraid=Happy!
Post: #4
I'm probably going to write one in Rails at some point...

XBMC: XBMCbuntu 12.0, with Transparency!
17.5 TB Unraid Server: 2500 movies, 8800 episodes of TV Apps: SABnzbd, Sickbeard, Couchpotato, mySQL
HTPC: E6500, mAtx, 210GT
Watching on: Sony 32" Bravia with lowend Sony 5.1 HTIB
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #5
Screens of the current backend + concept for frontend can be seen at http://imgur.com/a/OQZqX#0
find quote
Livin Offline
Posting Freak
Posts: 3,430
Joined: May 2004
Reputation: 17
Location: above ground
Post: #6
connors
have you considered integrating your efforts with Marachino?

I'm not an expert but I play one at work.
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #7
I have, but I don't really have any experience with python yet - might take a class next semester.

Nothing would prevent you from running them in parallel though Smile
find quote
Archigos Offline
Donor
Posts: 554
Joined: Jan 2006
Reputation: 4
Location: Upstate New York
Post: #8
Hey connors....
Something like this would go great with the project hernandito and I are doing (a PHP Wrapper for quick access to all the standard HTPC Apps)... If you're interested shoot me a PM... and no worries, none of it is in Python Wink

You can check out the Beta Repo (most current) or the slightly older Stable Repo.

HTPC 1: Quad Core 3.06GHz, 16GB DDR3, (6) 2TB + (3) 1TB, 42" Vizio, Windows 8 Pro (x64), IIS 8 <- Died Jan. 10, 2013
HTPC 2: Dual Core 2.6GHz, 4GB DDR3, 640GB, Windows 8 Pro (x64)
My Personal Blog - Constellation Forums - NewsDemon
find quote
connors Offline
Junior Member
Posts: 21
Joined: Jul 2011
Reputation: 0
Post: #9
Been working a little on this between exams and isnt too far away from something I could replace my use of EMM with.

Currently the following is implemented
  • Validate nfo files against .xsd
  • Load info from XBMC nfo files validated against .xsd
  • Edit movies, actors, directors, producers, people and genres.
  • Define which scraper retrieves which fields with scraper groups
  • Define which scraper groups are used for which folders with sources
  • Continue browsing after starting a scrape using background workers
  • Export validated nfo files (UI almost finished)
  • Stream movies (currently working in FF and Chrome with VLC installed)
  • Different save locations for each type of file (fanart, thumb, subtitle, nfo, cover)
  • Basic frontend for cover view
  • Export movie lists; currently supporting all movies or movies missing chosen fields

The source can be found at https://github.com/connors511/PMM if anyone wants a peek
find quote
gugahoi Offline
Fan
Posts: 716
Joined: Aug 2009
Reputation: 4
Post: #10
This is nice! As Livin said it would be great in Maraschino! I know this is already being worked on in there tho but not to directly edit the database. I believe the Frodo release will add API calls that will let you modify your media info...

Also, just out of curiosity, how are you streaming the videos?

Maraschino - github - website
(This post was last modified: 2012-06-25 04:45 by gugahoi.)
find quote
Post Reply