Project Summary

  Analyzed 5 days ago based on code collected 5 days ago.

IntroductionThere aren't many options for managing your video metadata for pyTivo, which can be a laborious, time consuming and error prone job. So, I wrote up this utility to simplify maintaining my video library information.

It's written in .NET 3.0, so us the MS .NET 3.0 runtime, or Mono 2.0 and you should have no problems.

DetailsFeatures include: TV Movie Maintenance: This app will maintain the proper metadata tags for TV Shows vs. Movies Ratings: Properly rate all of your content, include star ratings! Channels Generation: Build your own channels for site downloads, or source materials. Load From: Coming Soon Import data from various web based sources, easing your administrative burden.

ScreenshotScreenshots

.gadget-title {
margin-bottom: 2px;
}

function resizeIframeHandler(height) {
var elem = document.getElementById(this.f);
height = Math.max(100, height);
if (elem) {
elem.style.height = height + 'px';
}
}
gadgets.rpc.register("resize_iframe", resizeIframeHandler);

gadgets.rpc.register('set_title', function(title) {
var elem = document.getElementById(this.f + '_title');
if (elem) {
elem.innerHTML = gadgets.util.escape(title);
}
});

Share

In a Nutshell, pytivo-metadata-manager...

Languages

C#
87%
XML
13%
 
 

Lines of Code

 

Activity

30 Day Summary Apr 20 2013 — May 20 2013

12 Month Summary May 20 2012 — May 20 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.