Author Topic: TV file tagging  (Read 4977 times)

tolkeinknoxy

  • Newbie
  • *
  • Posts: 13
    • View Profile
TV file tagging
« on: July 02, 2008, 12:13:43 am »
For TV episode information could it be possible to use www.thetvdb.com? It's very good at providing shows, episode information and images from shows in a structured way.

 It should be easily possible to create a script much like the Amazon Script in combination with something like the Media Files Sync Script. When manually launched it analys videos under the folder by their path structures and then, if determined to be a TV Episode, go online and retrieve information about them. By manually being launched it will only start its navigation from the current level in the file tree. Like in my case /home/public/data/videos/raid/TV/ That way the script should not get confused and start trying to match up Films etc. In many cases i guess most people store their TV shows in a different directory to their Films for their own personal organisation.
A plugin for another piece of software (opensource but for windows) which does this is here:
http://www.team-mediaportal.com/files/Download/Plugins/VideoorMovies/MP-TVSeriesplugin/

In theory such a plugin will drastically reduce the time it takes to tag shows information and everyone who uses the tool would then have a more standerdised tagging structure for Tv. For shows that the computer has multiple options for, it can present them to the user much like the coverart tool.

Does anyone think this might be possible/a good idea?
« Last Edit: July 02, 2008, 08:37:21 am by tolkeinknoxy »

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: TV file tagging
« Reply #1 on: July 02, 2008, 12:34:19 am »
a very good idea.. definitely something to look into.. we'll need to implement it as a media identifier, and tie it in with the sync show to pluto database.

hopefully with sufficient changes to the media identifiers, the need for viewing by hierarchy will disappear.

-Thom

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: TV file tagging
« Reply #2 on: July 02, 2008, 01:15:26 am »
Looks really cool! Would love to see a good parsing algorithm on the file name, especially for bit torrents. Hopefully better than the Amazon one, as most of the time you have to correct that before searching or it doesn't parse anything out at all!

Thom - by eliminating heirarchy, you mean filename sort heirarchy don't you? To be replaced by a heirarchy based on the attributes, yes?

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: TV file tagging
« Reply #3 on: July 02, 2008, 01:57:11 am »
correct. nobody ever notices that the attributes shown when a detail view is visible are in fact clickable, to alter filter parameters. This needs to be more visible.

-Thom

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: TV file tagging
« Reply #4 on: July 02, 2008, 03:39:10 am »
Thom - lost now! Sorry, can you explain in more detail? Which attributes are clickable? Do you mean the menus to the right of the sort menu, so you can filter as well as just sort? Or is there something I have never noticed before?

BTW - slightly different topic, do you also feel that the "Sort" menu is misnamed? I think it is really an "Arrange By" menu...given the Filename option. A sort function could be a useful additional option (and of course, it would default to sorting by the same field as it is arranged by, just like now)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: TV file tagging
« Reply #5 on: July 02, 2008, 04:26:12 am »
click on a file, to see the details.... notice the black boxes to the right which show the attributes? ... guess what? THOSE ARE CLICKABLE. :)

-Thom

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: TV file tagging
« Reply #6 on: July 02, 2008, 06:20:05 am »
are they????!!!! What do they do? I know, I know, I'll check when I get home .... but just wondering.... exciting new options for me to screw with :)

jondecker76

  • Alumni
  • wants to work for LinuxMCE
  • *
  • Posts: 763
    • View Profile
Re: TV file tagging
« Reply #7 on: July 02, 2008, 01:40:09 pm »
I'm at work right now, but just though of a "work around" idea.. (though I can't test it until I get home)

Try assigning an album attribute to your tv shows. The orbiter file list can already filter by album in the music page, so why wouldn't it work in the Video page?  (unless this is hard-coded in media_plugin)

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: TV file tagging
« Reply #8 on: July 02, 2008, 03:17:23 pm »
This is hard-coded via OrbiterGen actually.

-Thom

colinjones

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 3003
    • View Profile
Re: TV file tagging
« Reply #9 on: July 02, 2008, 03:45:49 pm »
Hmm... interesting, I choose a movie that has an attribute of comedy, then click on that attribute and it filters for those movies that have the same attribute. So far, as expected.

But this seems to be one of those occasional situations where the UI creates that little "<-Back" button that isn't usually there, even though sometimes that spot on the screen still responds as if it was, in addition to the normal big "back" button as a tile in the media grid. If I click the <-Back button it does seem to go back. But if I click the normal one, it changes screen to include all media with that comedy attribute, not just the ones in the movies folder.

Yes Thom, I am sorted by Filename (please don't tell me off!) It doesn't seem intuitive, is this a bug or am I just misunderstanding what it is doing. Having 2 back buttons that do different things seems confusing...

tschak909

  • LinuxMCE God
  • ****
  • Posts: 5549
  • DOES work for LinuxMCE.
    • View Profile
Re: TV file tagging
« Reply #10 on: July 02, 2008, 03:53:27 pm »
this is a bug that you seem to be experiencing, I can not reproduce it.

-Thom

norjms

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: TV file tagging
« Reply #11 on: July 16, 2008, 06:29:48 am »
I would like to see this impletmented...since the code is opensource and thetvdb.com has an access api, I would think this would be much simpler to program than starting with nothing. I started a help wanted for this a few days ago, as I would pay someone to rewrite this plugin as a mythtv / Linuxmce addition.