|
SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
||||
|
||||
Quote:
The two things I see missing that were in the old SJQ is the ability to run all the recordings through SJQ and the file cleaner. I'll look at the other plugin you mentioned for the file cleaner equivalent.. I also think I'll miss the web interface. Can you post a way to go back to V3? Maybe throw the V3 plugin back in under a new name so it can co-exist with V4? the more I think about it... I like the web interface better... I'm usually in front of a computer... I don't want to have to turn on the TV to find out how the queue is doing... I don't want to seem like I'm ungrateful for the continued development. If you would have done it this way from the start, then I wouldn't have known better. I'm probably in the minority here.. but so far I like V3 better and I'd like a way to go back. Jim |
#42
|
||||
|
||||
Quote:
|
#43
|
|||
|
|||
Slugger or anyone else if this is the wrong thread please tell me. I was running the SJQV3 version. I now have the SJQv4 version licensed and running as a plugin or I think I do. I stopped the ole version service under Windows services.
Now I installed next the SJQV4userinterface by TMIRANDA. When this is installed though through the plugin does it automatically have the smarts to start creating .EDL files? I don't see any tasks running etc or do I need to create them. If so I am confused (yes I read the manual) and most things it states will be done for me automatically during the plugin install. So what do I need to do in order to get this to work? Andy Opps I found an error now, I reinstalled the client and see the following msg: The task Client Sage-TV:23344 is not responding due to: ' connection refused: connect'; its been marked offline. What is wrong here? Should I be using another port? Thanks Andy Last edited by phunny; 12-13-2010 at 09:05 PM. Reason: Found an error |
#44
|
|||
|
|||
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#45
|
|||
|
|||
Quote:
As to the basic v3 functionality missing - it's not missing, it's just not implemented. SJQv4 doesn't work like SJQv3, I made that clear in the tech preview thread, which also pointed to the various docs on the project site, which, in turn, explain in further detail how tasks are queued in SJQv4. That was a two week warning before the upgrade was published. From there, I've posted a few messages with bold text stating all the key changes in this release and already I've had buyer's remorse and people saying they didn't read before they upgraded. Besides writing personal emails, I don't know how else I can get people's attention. As to the missing "old" functionality, there's no reason it can't be there. In all honesty, it's not too hard to actually implement a similar function set. My question is why would you want to process recordings in the old way? Isn't it better to attach tasks to events that create new media files and handle the events as desired? Even if I'm completely wrong and most people still want to do the "scan and queue" method - not a problem, you can do it, you just have to write the scripts for it. For some things, you will need to scan the media files and decide what to do. This is how I decide what and when my recordings get archived to my NAS. I will be documenting that example in the near future. For those who can't wait, here's the complete Groovy script that I use (it's pretty short): http://sagetv-addons.googlecode.com/...archive.groovy You could use that script as the basis for a "periodic scan and process" type of script. Just strip out the part where I queue up my move recording task and replace it with whatever task you want to do to matching recordings. If running that script on a task client installed anywhere other than the SageTV server and you want to queue up tasks in the SJQ task queue in response to matches, you will need to install the sjq-common and Sage Object Metadata Factory (SOMF) plugins (or add those jars to the standalone task clients). EDIT: Just to be clear, this whole "I'm maintaining the environment and leaving the scripting to the users" decision didn't just popup today. I discussed this in great detail during my design phase in this thread.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... Last edited by Slugger; 12-13-2010 at 09:34 PM. |
#46
|
|||
|
|||
Quote:
Did you also install the task client plugin on host 'Sage-TV'? You must install the task client explicitly.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#47
|
|||
|
|||
Then hopefully other users provide the scripts you need. Though not impossible, it would certainly be tough to exist solely on cut & paste. This is especially true at the beginning.
Quote:
A post or two above this one I discuss how one can get the old "scan and react" processing of media files back into SJQv4. Quote:
As for the web UI, it's not completely out of the question that it could return. Certainly won't be anytime in the near future, but I could see it returning for a 4.1 type of release (maybe). Quote:
NOTE: If you do this and increase the version number to 100.0.0.0 then you'll never be notified about SJQv4 (or any future version) ever again. Unless, of course, I manage to release v100.0.0.1 or newer!
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... Last edited by Slugger; 12-14-2010 at 09:16 AM. Reason: Update instructions |
#48
|
||||
|
||||
Quote:
I like the round wheel way better than the square one I used to have, and with your help I'll get used to it's workings... but I'll still miss the web interface (not that specific one, but A web interface)! If I can get the second client up and running, that's probably as much as I need help with and will wonder off happily whistling. |
#49
|
||||
|
||||
Quote:
|
#50
|
|||
|
|||
Thanks I now have it in 'green' under the explicit IP address. But I don't see any tasks running. I was thought as along as the client is installed there was nothing else for me to do to create EDL files. What am I missing?
|
#51
|
||||
|
||||
Quote:
|
#52
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
Quote:
Thanks for your help with this... Jim |
#53
|
|||
|
|||
Quote:
But I'm going to correct my v3 instructions... you don't need to manually download and unzip the old zip files. Just get the manifest from me and increase the version number in it to 100.0.0.0 and then install it as v100.
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#54
|
|||
|
|||
Quote:
Quote:
Quote:
__________________
Twitter: @ddb_db Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive Capture: 2 x Colossus STB Controller: 1 x USB-UIRT Software:Java 1.7.0_71; SageTV 7.1.9 Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter Plugins: Too many to list now... |
#55
|
||||
|
||||
I'm working on fixing that!
__________________
Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders. |
#56
|
||||
|
||||
Well I've got a client machine using the service version and throwing up the errors I posted earlier. I've no idea what to do, I did remove the task from the client so the server could get on with the tasks. What info can I provide to help sort out the problem?
|
#57
|
|||
|
|||
How would one fire off a .bat file and feed it parameters with V4?
EDIT: Also, How does one send cl options to the COMSKIP.EXE ? Last edited by AlphaCrew; 12-14-2010 at 12:37 PM. |
#58
|
||||
|
||||
It might be too late for this, but I am happy with SJQ V3 and plan on staying there for the foreseeable future - it'd be nice if the new version had a different plugin-id so I don't have to be plagued by "there's a new version available" messages about V4. Plus then it should be possible to keep the final (stable-ish) version of V3 in the repository for re-installs.
If it's too late in the game to change it that's ok - I can live with the extra noise, but I do hope there is a way to reinstall V3 should I ever need to do so.... btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#59
|
||||
|
||||
Quote:
clnt.addTask("MVMEDIA", Factory.getMap(mediaFile)); MediaFileAPI.SetMediaFileMetadata(mediaFile, SJQ4_QUEUED, "1"); to clnt.addTask("COMSKIP", Factory.getMap(mediaFile)); MediaFileAPI.SetMediaFileMetadata(mediaFile, SJQ4_QUEUED, "1"); As well as changing the some of the other criterion... As I understand it... this will add all the media files (which match whatever criterion I set) as a task? such that if I had multiple clients they would be assigned out? Jim |
#60
|
||||
|
||||
Quote:
But if you can provide an old school V6 style zip file that V3 users can install and use (outside of the plugin system) that would probably do the trick - that would solve both of my issues (re-install ability and not getting 'Plugin Version Updates'). The first rule in responsible programming, especially when putting out a new version, is don't throw your existing users under the bus! Of course, paid users have more of a right to gripe about ending up under the bus, and since V3 was free I'm not griping, just throwing some options out there. btl.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: MizookLCD (Alternate SageTV LCDSmartie Plugin) | cslatt | SageTV Customizations | 48 | 06-11-2012 10:44 AM |
SJQv4: Technology Preview | Slugger | SageTV v7 Customizations | 39 | 12-17-2010 01:17 PM |
SageTV Plugin Developers: Any way to see stats for your plugin? | mkanet | SageTV Software | 4 | 12-12-2010 10:33 PM |
MediaPlayer Plugin/STV Import: Winamp Media Player Plugin | deria | SageTV Customizations | 447 | 12-11-2010 07:38 PM |
SJQv4: Design Discussion | Slugger | SageTV v7 Customizations | 26 | 10-18-2010 08:22 AM |