|
Diamond This forums is for discussing the user-created Diamond plugin for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
|||
|
|||
I would be interested in the windows service
Come to think of it can't remember If it is episodename or episodetitle. Not at home and went of memory maybe someone else that uses bmt and has a prop file can chime in . Be sure in reindex to read the property files. |
#102
|
|||
|
|||
Quote:
http://code.google.com/p/sagephoenix...FieldName.java http://forums.sagetv.com/forums/show...23&postcount=1 k |
#103
|
|||
|
|||
Quote:
Now - Given that information - still having problems. I set the EpisodeName and EpisodeTitle fields in the .properties file (since i didn't know which it was).. but still seeing the same results (and that was after doing a 'rescan imported media' in the advanced setup area. Any thoughts? Title=Futurama MediaTitle=Futurama Director=Mark Ervin; Writer=Patric M. Verrone; Description=Professor Farnsworth installs an empathy chip in Bender after the inconsiderate robot flushes Nibbler down the toilet. With his newfound emotions, a concerned Bender ventures into the mutant-infested sewers to rescue Leela's beloved pet. Rated= UserRating=7 MediaType=TV EpisodeNumber=5 EpisodeTitle=I Second That Emotion EpisodeName=I Second That Emotion SeasonNumber=2 MediaProviderDataID=tvdb\:73871 ReleaseDate=1999-11-21 Also - you catch my question about showing all the seasons on the main screen as opposed to show... then season.. then episodes? Is that possible? |
#104
|
|||
|
|||
X
You need to reindex not rescan. Stop sagetv service set the reindex property to true on the server then restart and rescan.
And as to your question no not sure why you would want that? |
#105
|
|||
|
|||
Quote:
I agree with Plucky as to not understanding why you would want all the seasons on the Series list.... perhaps we are not understanding you k |
#106
|
|||
|
|||
Quote:
Season.. then be presented with a list of seasons available.. select a season.. then be presented with a list of episodes available. It seemed that it was showing an entry for each individual season on the series list.. maybe I'm just still having trouble with the metadata right now though. I realized that it came across as the reverse of what I wanted in my last post.. think it was more clear in my original post :-). So far as the rescanning -- I thought that was the whole point of the rescan thing? I thought that re-read all the metadata? Under Setup->Detailed Setup->Advanced->Rescan Existing Library Files. The info text along the bottom says 'Redetects File Format and Metadata Information For Imported Files.". What does the reindex do that this doesn't? |
#107
|
|||
|
|||
Quote:
|
#108
|
|||
|
|||
Quote:
Or what jusjoken said. |
#109
|
|||
|
|||
Ok - one last question for the night (sorry that I'm probably posting in the wrong place for this.. people are actually reading this though :-)). Using an HD300 extender with the diamond plugin -- and for no apparently reason I suddenly can't open any of the items on the main menu (tv, videos, setup, etc) without the entire interface just freezing. I can hit the power button and the unit will turn off - but nothing else seems to get a response. I can hit the options button and it will pop up the options menu - but anything else I do seems to freeze up the UI. I hav eno idea what I did/changed... I watched an episode of recorded tv.. (Well.. two :-)).. deleted them.. returned to the main menu.. went to setup->plugins to go look for new plugins to try... and it locked up as soon as I selected the option to view available plugins... (didn't even get a chance to select anything.. screen listing plugins never mad eit up.. looked like it locked up with it _just_ starting to fade in)...
Anyone have any thoughts/suggestions? It isn't waiting/showing the progress spinner... UI just flat out locks up. |
#110
|
|||
|
|||
Quote:
|
#111
|
|||
|
|||
Quote:
If not at the firmware update page type "beta" on the remote keypad and install the latest. And what Plucky says Jeremy |
#112
|
|||
|
|||
Is it possible to put Intelligent Recordings into a separate folder so that they are not mixed in with the stuff I know I want to watch?
|
#113
|
|||
|
|||
Quote:
I'm pretty sure that you can't specify the folder/drive of any recording. Kind of goes against the drive space and performance settings that sage uses to decide where to record on your recording drives. Good luck. J Last edited by jorton; 05-11-2011 at 09:46 PM. |
#114
|
|||
|
|||
Ok - sorry for going all off-topic again still -- PluckyHD -- since you're mainly responding do you want me to just PM you from now on?
I am getting closer to tracking down my problem. I found out why it was showing separate 'seasons' on the main 'Series' screen --- the 'Title' field of the files were still incorrect. It was using the import path (like 'Tv Shows\Burn Notice\Season 04' instead of the title in my properties file 'Burn Notice'). So - since each season was in it's own folder - it had a unique title and ended up in it's own group. I figured this out by installing the 'CMT' plug-in and actually editing the metadata for some of my files. I'm pretty baffled by the results at the moment. Two things in particular aren't making any sense to me: 1) It is using the file's import path instead of the 'Title' i specify in the .properties file for the Title. 2) It is using the series name (which I am storing in the 'Title' or 'MediaTitle') for the 'Episode' field in CMT (which appears to be the 'EpisodeName' when I have CMT generate a properties file). I'm attaching two separate files. One is an example of a .properties file generated by CMT after I manually edited the metadata in SageTV (with CMT) to make the title and episode names correct. The other is an example of the output from metadata service (which I updated to match the CMT output). I edited the Sage.Properties file and set the force_rebuild_full_index=true (or whatever the property is).. also edited the Sage_clients.properties file and set the same field in there to true (just in case?). stopped/restarted the service... saw the little 'refreshing imported data' icon in the top of the screen... and it did actually run because it ended up overwriting the changes I had manually made to the file with CMT.. Still ended up with the same weird results I described above. Any thoughts? Is the sageTV .properties file import just somehow broken? FYI - renamed the files to '.txt' because the attachment manager for the forum didn't seem to like the .properties file extension. (CMT) American Dad - S01E01 - Pilot.txt Burn Notice - S01E01.txt |
#115
|
|||
|
|||
You are supppose to stop the service before editing the properties files. From reading it looks like you stopped and restarted after editing?
|
#116
|
|||
|
|||
Sorry. I stopped the service, then edited the files and verified that the flag=true was set, then started the service.
|
#117
|
|||
|
|||
Yup that should have forced it to reread the properties files....There really isn't any other method short of bmt.
|
#118
|
|||
|
|||
Alright.. bizzaro.. I just don't get it. On a tangent for a new solution to my issue -- any idea if it is at all possible to programmaticly modify the wiz.bin file directly through C++/C#? Saw that most everything was done in java .. unfortunately that is a language I have approximately zero experience with :-). Wasn't sure if there was a good way to wrap the java calls or something... I've done virtually no digging into what is involved with doing dev work on SaveTV so far... but figured I'd ask in case there was something obvious out there I wasn't aware of.
|
#119
|
|||
|
|||
Quote:
Editing the db directly is not possible. You can do it with the sage api and java. |
#120
|
|||
|
|||
Figured as much. Now to do some googling to see if there is any reasonable way to access the java API from a C# app....
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Diamond & Always Show Submenus: missing menu | element33 | Diamond | 3 | 03-29-2011 02:50 PM |
For Team Diamond: Seeking Permission to use Diamond Screenshots | DigiTechRx | Diamond | 0 | 03-11-2011 05:21 PM |
Placeshifter listening on wrong IP address | trini0 | SageTV Software | 14 | 02-23-2009 10:42 AM |
Listening to music out on my back deck? | matt91 | The SageTV Community | 18 | 06-26-2007 06:33 AM |
Watching/Listening to internet streams within SageTV | dinki | SageTV Customizations | 1 | 09-13-2006 02:10 PM |