|
Batch Metadata Tools This forums is for discussing the user-created Batch Metadata Tools for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#961
|
||||
|
||||
Quote:
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#962
|
||||
|
||||
I am also getting 0 byte fan art. I thought it was because the file i tried last night was recording but i tried it again this morning using the plugin and still a 0 byte image. Using: 6.3.9-41, SageBeta 6.5.15, and latest bmt, all attempts from plugin.
|
#963
|
||||
|
||||
0 byte fanart is most likely caused because the image stream could not be located during the write. Not sure what would cause this exactly, but I've opened a bug, so I'll investigate.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#964
|
|||
|
|||
Quote:
|
#965
|
|||
|
|||
Couple BMT questions
I'm in the process of setting up BMT on the server for my HD200 and a separate computer using the SageTV client.
So: WHS Server running SageTV for WHS Desktop running SageTV Client I'm running the latest beta of SageMC 6.3.9a_41 and I've followed the installation instructions by sflamm. If I understand the installation instructions for BMT I need to install BMT on both the server and the local client. I did that. Then I added this to my metadata.properties file: /dvdprofilerLocal/imageDir=\\\\D\\My Documents\\DVD Profiler\\Databases\\Default\Images /dvdprofilerLocal/xmlFile=\\\\D\\My Documents\\DVD Profiler\\Databases\\Collection.xml /compositeMetadataProviders/dvdprof2/name=DVD Profiler + TheMovieDB /compositeMetadataProviders/dvdprof2/description=DVD Profiler, but get fanart and missing details from TheMovieDB /compositeMetadataProviders/dvdprof2/iconUrl= /compositeMetadataProviders/dvdprof2/searchProviderId=dvdprofiler /compositeMetadataProviders/dvdprof2/detailProviderId=themoviedb.org /compositeMetadataProviders/dvdprof2/compositeMode=1 I'm not sure if the lines in bold are correct. The path is correct, but is my formatting correct? I'm unable to point my "Central Fanart Folder" to one of the WHS shares. The highest directory structure I can browse within SageTV is the local computer (C: D: F: etc.). It would be nice to have a central Fanart folder for all installations...is it possible to use one of the WHS shares for this? When I try up update Metadata within SageTV it doesn't pull anything in from the DVDProfiler collection. It says something like "not found in the DB" if I try a DVDProfiler Refresh. I've tried renaming the movie to exactly what DVDProfiler calls it and several other variations as well. I think I'm really close to getting this all to work, but I'm getting hung up on these final steps to actually import the DVDProfiler data and getting Fanart to work. Any help is greatly appreciated. |
#966
|
|||
|
|||
Quote:
Code:
/dvdprofilerLocal/imageDir=D\:\\My Documents\\DVD Profiler\\Databases\\Default\\Images /dvdprofilerLocal/xmlFile=D\:\\My Documents\\DVD Profiler\\Databases\\Collection.xml Quote:
Quote:
Goodluck
__________________
Server 2003 r2 32bit, SageTV9 (finally!) 2x Dual HDHR (OTA), 1x HD-PVR (Comcast), 1x HDHR-3CC via SageDCT (Comcast) 2x HD300, 1x SageClient (Win10 Test/Development) Check out TVExplorer |
#967
|
|||
|
|||
Thanks for the advice.
I'll work on it in the morning and post the results. |
#968
|
|||
|
|||
OK, I changed the paths in the metadata.properties file to centralized folders:
/dvdprofilerLocal/imageDir=\\\\Server\\SageTV\\DVD Profiler\\Databases\\Default\\Images /dvdprofilerLocal/xmlFile=\\\\Server\\SageTV\\DVD Profiler\\Databases\\Default\\Collection.xml I made all the changes to disabling DVD profiler support built into SageMC. Nothing updates automatically, even after a refresh. The only way I can get Fanart to update is to fo into each movie and select Metadata\Fanart. Also when I do that, if the videos are sorted by "All Videos" then I see the cover art and a background fanart as well. IF I sort the videos by "Genre", the background fanart will show up as I scroll, but I have NO cover art for the videos. ????? Any ideas on that? |
#969
|
|||
|
|||
I'm not sure if this matters, but when I go to my
\\Server\SageTV\DVD Profiler\Databases\Default\Images Folder, the thumbnails are all name crazy things. For Example, Monsters Inc. front cover jpg is called "786936164886f.jpg". Do the jpg names in the DVDProfiler Images folder matter?? |
#970
|
|||
|
|||
SageAPI Provider is not set, will try to find the server...
Running MetadataUpdater from the commandline and getting the error "SageAPI Provider is not set, will try to find the server...".
Not sure why it's trying to connect to the server, but how do I fix this exception being thrown? Thanks, Matt |
#971
|
||||
|
||||
@Farm - The image name is not important. That is most likely the DVD Profiler imagename from your DVD Profiler images directory. DVD Profiler names their images as ########f.jpg and #########b.jpg for front and back respectively. BMT only uses the front images.
@matterw - You can download the latest Sage Remote apis, which has fix that should prevent it from trying to contact the server. Phoenix relies on the sagex apis, which for the most part is not an issues, since phoenix usually runs in the same process as the SageTV. BMT relies on phoenix for much of the fanart stuff, and as a result, the commandline will try to contact the server when doing some operations. The latest sagex apis has a temporary fix for this... basically it will still try and contact the server, but it should do it only once, and then fall back to a local implemenation for the apis. The upcomming BMT release has a more complete fix.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#972
|
|||
|
|||
Thanks stuckless.
BMT still won't automate any metadat/fanart import. I'm not sure where I may have my signals crossed. One differentiation I found in reading this thread is in the installation instruction by sflamm he states: Quote:
Quote:
Code:
#Configuration Properties #Fri Jun 05 21:44:46 CDT 2009 /compositeMetadataProviders/dvdprof2/compositeMode=1 /compositeMetadataProviders/dvdprof2/description=DVD Profiler, but get fanart and missing details from TheMovieDB /compositeMetadataProviders/dvdprof2/detailProviderId=themoviedb.org /compositeMetadataProviders/dvdprof2/iconUrl= /compositeMetadataProviders/dvdprof2/name=DVD Profiler + TheMovieDB /compositeMetadataProviders/dvdprof2/searchProviderId=dvdprofiler /dvdprofilerLocal/imageDir=\\\\Server\\SageTV\\DVD Profiler\\Databases\\Default\\Images /dvdprofilerLocal/xmlFile=\\\\Server\\SageTV\\DVD Profiler\\Databases\\Default\\Collection.xml /metadata/backgroundImageWidth=-1 /metadata/bannerImageWidth=-1 /metadata/defaultProviderId=dvdprofiler-2,tvdb,themoviedb.org,imdb.xml,imdb /metadata/enableDefaultSTVPosterCompatibility=false /metadata/goodScoreThreshold=0.9 /metadata/importTVAsRecordedShows=false /metadata/maxDownloadableImages=5 /metadata/persistenceClass=org.jdna.media.metadata.impl.sage.SageTVPropertiesWithCentralFanartPersistence /metadata/posterImageWidth=200 /metadata/scoreAlternateTitles=true /metadata/videoMetadataProviders=org.jdna.media.metadata.impl.tvdb.TVDBMetadataProvider,org.jdna.media.metadata.impl.imdb.IMDBMetaDataProvider,org.jdna.media.metadata.impl.nielm.NielmIMDBMetaDataProvider,,org.jdna.media.metadata.impl.dvdproflocal.LocalDVDProfMetaDataProvider,org.jdna.media.metadata.impl.themoviedb.TheMovieDBMetadataProvider,org.jdna.media.metadata.impl.mymovies.MyMoviesMetadataProvider /metadata/wordsToClean=1080p,720p,480p,1080i,720i,480i,dvd,dvdrip,cam,ts,tc,scr,screener,dvdscr,xvid,divx,avi,vrs,repack,mallat,proper,dmt,dmd,stv,HDTV,x264 |
#973
|
||||
|
||||
@farm - Some people confuse the DVD profile plugin in SageMC with the DVD Profiler plugin for bmt. They are totally different solutions. So, any reference to DVD Profiler in SageMC has nothing to do with bmt and vice versa.
Your properties look fine. Although you can get rid of the compositeMetadataProvider stuff, if you want. The current bmt provides a composite provider for dvdprofiler, called dvdprofiler-2, which you are using instead of the one that you configured. As for the automatic plugin.... It has to be configured on the sagetv server and not on the client. You'll need to check your Sage.properties on the server and ensure that that the plugin is installed as per the manual instructions. Once the plugin is installed (and the server restarted), you can test the plugin by adding a new media item to your library, and forcing a sagetv refresh. If metadata is not showing up, then look in the SageTV log file (sagetv_0.txt) and look for lines that have BMT in them. When a media file is scanned, it will be logged there.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#974
|
|||
|
|||
Stuckless: Thanks for the quick fix (i.e., replacing sagex apis). That did it. It hangs at the end of the run, but it works for the time being. I'll keep my eye out for a permanent fix.
|
#975
|
|||
|
|||
@stuckless
Thanks. It seems to be working now on my Sage Client, but not on my HD200. The Central Fanart folder is that same and BMT is installed on the server, but no fanart shows for any video on the HD200. I'll have to troubleshoot that. However, on the Client (where Fanart currently works) if the videos are sorted by "All Videos" then I see the cover art and a background fanart as well. If I sort the videos by "Genre", the background fanart will show up as I scroll, but I have NO cover art for the videos. ????? Any ideas on that? I'm having a whole separate issue now of the Client not being able to access the shared folders for playback and that has turned into a troubleshooting nightmare. I've tried every iteration of user name, shared permission, etc. and no dice. One of these days it will all work. |
#976
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#977
|
|||
|
|||
Hey Stuckless, any idea on an ETA for the 3.0 beta? I'm about to do an initial setup on my media server for the first time, and I think it would be a heck of a lot easier with that web based UI configuration... If it's going to be a while still, let me know, and I'll just setup using the current iteration. Thanks!
|
#978
|
||||
|
||||
I'm going to try and get a beta out sometime this weekend... I have a beta now that includes the configuration, but I'm currently adding in Scan support and metadata editing. Maybe i'll release a beta build with just the configuration section, and then release the scan/editing stuff as another beta build later.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#979
|
|||
|
|||
Cool, can't wait to try the configuration stuff.
__________________
Server - Win7 64bit, 2.4Ghz Intel Core 2 Duo, TBS 6284 PCI-E Quad DVB-T2 Tuner, 3 x HD200 & 1 x HD300 extenders |
#980
|
|||
|
|||
Dang man, this sounds great! Can't wait to try it out! We all really appreciate all the work you've put into developing this great scraper.
|
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV Import: Read & Write Metadata files for Default STV 5/6 (v2.2.9 18/Feb./2010) | JREkiwi | SageTV Customizations | 251 | 10-09-2019 11:11 AM |
Automated VideoRedo (DOS batch files) | grauchy | SageTV Customizations | 3 | 09-08-2011 10:01 PM |
Simple utility to control multiple USB or Serial HD DirecTV STBs | jchiso | Hardware Support | 15 | 02-19-2009 06:27 PM |
DVB-S setup with Digiguide EPG Grabber & XMLTV importer | MCE-Refugee | SageTV United Kingdom | 27 | 09-08-2008 09:10 AM |
Keeping custom metadata for imports via AddShow() | Opus4 | SageTV Studio | 9 | 02-20-2008 06:35 PM |