|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
|||
|
|||
Announcement: Web Radio Encoder version 0.9.1 released
Web Radio Encoder version 0.9.1
New features
Plus numerous bug fixes. First time installation unzip the file in a location of your choice and follow the instructions provided. Upgrade from 0.9.0
|
#42
|
|||
|
|||
Just been testing the new update and so far so good.
Running as a service is a good addition and the new way to add channels is a lot easier than before. Just a few problems I came across. Channel.Offset seems to be broken. I have my channels starting at 901 and if I set the offset to 900 the nothing happens. As in will not pull down icons so unable to tune channels. The same happens if you set channel.901.id=BBCROne then that channel will not work or download its icon. Worked no problem before. Another problem I came across, but not sure if this is my doing. For channels like BBC Radio1 that have their own porps file. When you start the service it will make a porps file in the channels folder. This porps file only has the callsign and id. I had to manually copy the props file from the sample folder to work. Just a little confusing to start with. Is this by design to work this way? Other than that working very well. Just need to add more stations and test more. Thanks once again. |
#43
|
|||
|
|||
Quote:
Not sure I'd bargained for that. I will have to test and fix. Quote:
Sounds like you have changed the lineup for BBC Radio 1 to a radiotime id. For the BBC channels as there is complete config and its way better than radiotime. Copying in again from the sample is the right solution here as it overrides everything. Thanks very much for testing will investigate problems this weekend. Mchael |
#44
|
|||
|
|||
Finally biting the bullet and trying to run. First the setup:
Linux, 64 bit VLC, 64 bit Java 1.6.0_13, 64-bit Tried to launch the JAR and receive: Quote:
Code:
#!/bin/bash PATH=/opt/jre1.6.0_13-64/bin:$PATH export PATH java -jar /opt/sagetv/webfeedencoder/libs/encoder.jar Are there command line settings I can use with the jar? TIA B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#45
|
||||
|
||||
This one had me confused for a while....
The download page still has a link to the webepggrabber. I was at work the last time I tried this, so had to download everything from scratch. Once I downloaded the latest webfeedencoder I realised you'd packaged them both into the same download. I was going to put the channel numbers around the 900 mark too as I have my channels stepped up to 800 incase I want to put some extra ones in without having to make many changes. I played safe and kept the offset to 0 as I'm only using Radio 2 and Radio 4. I had to copy the channel files from the sample folder to get the 2 channels to work - I'm glad I read this thread first. One thing to note when using the encoder as a service is to run it manually from the command line first so that you can hit the 'unblock' button in the firewall. After that the service works fine. I also forgot to install VLC - that doesn't help either But in the end its working fine. I've only tested on the MVP so far. Thanks for all your work One last thought - I was thinking of using SJQ to process the mpg file once its finished recording to extract the audio into an MP3 so I can play it in the car. I've used AoA Audio Extractor in the past but I don't think it works from the command line. I was wondering if anyone had any ideas. |
#46
|
|||
|
|||
Quote:
Will prepare a new release of 1. the encoder.jar 2. the sample channels as soon as I can. Michael |
#47
|
|||
|
|||
Hi,
I don't have a linux box at the mo so its not tested. Plus I know the VLC command line args are different. I do use the correct platform indepedent file name construction so it should work but clearly doesn't. You will have more pain that windows users but we will get there. I'll take a look. Michael You may Last edited by michaeldjcox; 04-10-2009 at 10:58 AM. |
#48
|
|||
|
|||
Quote:
The encoder does save to mp3 first in the temp directory it does get cleared up pretty quick afterwards though. But I guess we could do something about that. Michael |
#49
|
||||
|
||||
Quote:
"c:\program files\sagetv\sagetv\sagetvplayer" -dumpaudio %1 -dumpfile %1.mp3 it extracts the MP3 in seconds, so I don't know if you need to do anything or not. The programs I'd probably copy off would be a minority so I could use the SJQ to explicitally select shows I want, rather than MP3'ing them all. I installed SJQ last week. Its a great utility but at the time I couldn't think of a specific use for it. One day I'll stop tinkering with this damn pc! |
#50
|
|||
|
|||
Announcement: Web Radio Encoder version 0.9.2 released
Web Radio Encoder version 0.9.2
Containing bug fixes:
First time installation unzip the file to a location of your choice and follow the instructions provided. Upgrade from 0.9.0 Follow the instructions earlier in this thread to upgrade to 0.9.1 first. Then follow the instructions below Upgrade from 0.9.1
The above is just to keep a consistent relationship between the sample channels and their radiotime equivalent. Sorry for all this messing about - I think I have it right this time. Finally restart the webfeedencoder. Last edited by michaeldjcox; 04-10-2009 at 03:40 PM. |
#51
|
|||
|
|||
Quote:
I suspect the code that works out where the jar file is installed (and then works out where logs and properties should be from that) might not work on linux. I have put a possible fix in the latest release plus some extra debug if that doesn't work. Send me the encoder.log if it fails please. I'm really keen to get this to work for you and other linux users so I hope you can stomach a bit of messing about till it works. |
#52
|
|||
|
|||
Quote:
Thanks! B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#53
|
|||
|
|||
Quote:
2moro that will be - wife giving me dark looks |
#54
|
|||
|
|||
you also have an extra "/" in the path too.
I'll look for it tomorrow. B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#55
|
|||
|
|||
Quote:
Replace your encoder.jar with this inside the zip file Start the encoder. Let me know how you get on. Regards. Michael Last edited by michaeldjcox; 04-11-2009 at 12:48 AM. |
#56
|
|||
|
|||
We have a pathing issue to the icons folder:
Quote:
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#57
|
|||
|
|||
Guess the paths look different on linux
Try this one... Michael |
#58
|
|||
|
|||
Ok, we have success! There is an issue again with the "//" in the path though:
Quote:
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#59
|
|||
|
|||
Hi,
Props file is read at startup only. The last line of the log should say "Listening for connections on port xxx" If you have configured sage properties for the encoder and added the encoder as a source in source setup you should start seeing NOOP requests from sagetv. Hope that helps. Michael |
#60
|
|||
|
|||
It does. I figured out the props file bit already. I will have to make changes and wait until I can shut down SageTV and the encoder to do so. I am assuming, although it has been a while, that I can't kill the encoder and restart without restarting SageTV.
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
Tags |
extender, internet video streaming, mvp, online videos, radio |
Currently Active Users Viewing This Thread: 11 (0 members and 11 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV and web radio | michaeldjcox | SageTV Customizations | 3 | 12-01-2008 11:09 AM |
STV Import: Simple Web Radio V1.2 | koelec | SageTV Customizations | 294 | 02-29-2008 12:53 PM |
Recording Volume vs. Web Radio / Music | FidgetyRat | SageTV Software | 0 | 11-29-2006 08:33 AM |