My current project (in the endless pursuit of the WAF (Wife Acceptance Factor)) is to create a web based catalog of my collection.
I exported the com.firecore.media.meta.db to a .csv
The landing page is all posters ala grid view:
[[wysiwyg_imageupload:311:]]
When you click on a poster you get a details page and trailer:
[[wysiwyg_imageupload:327:]]
I’m embedding the trailer using the TrailerAddict API.
Clicking on any of the genre, actor or director names brings you back to the grid view with that filter applied:
[[wysiwyg_imageupload:321:]]
The Actor and Director filter use the TMDb API and link to the IMDB profile page:
[[wysiwyg_imageupload:323:]]
I’m doing it in PHP. I’d like to get to a point where I can query the SQL directly on the ATV (not having to export and FTP to my webserver, etc.) and to be able to fully leverage the AirPlay API.
If anyone is interested, I’m happy to provide more detailed instructions and the PHP script. If anyone has any ideas on the SQL and API front or suggestions in general I’d love some feedback.
-mike