Forum: SageTV Github Development
10-16-2015, 07:32 PM
|
Replies: 46
Views: 12,383
|
Forum: SageTV Github Development
10-04-2015, 01:46 PM
|
Replies: 46
Views: 12,383
Here's the repo and branch with the Jetty 9...
Here's the repo and branch with the Jetty 9 changes I was working on. The plugin should install and run in SageTV, but /apps doesn't work because JSP support isn't working and existing apps won't...
|
Forum: SageTV Github Development
09-30-2015, 10:45 PM
|
Replies: 46
Views: 12,383
|
Forum: SageTV Clients Development
09-22-2015, 02:52 PM
|
Replies: 851
Views: 129,755
|
Forum: SageTV Downloads & Instructions
09-04-2015, 03:32 PM
|
Replies: 172
Views: 179,483
|
Forum: SageTV Github Development
09-02-2015, 10:55 PM
|
Replies: 3
Views: 1,653
|
Forum: SageTV Github Development
08-28-2015, 05:23 AM
|
Replies: 104
Views: 22,539
|
Forum: SageTV Github Development
08-20-2015, 02:33 PM
|
Replies: 104
Views: 22,539
I've always liked the older icon better. The...
I've always liked the older icon better. The attached icon is a more updated look and could be a freshened up look for the open source project. I pulled it from my old installation when I created...
|
Forum: SageTV Github Development
08-18-2015, 01:34 PM
|
Replies: 44
Views: 6,268
|
Forum: SageTV Github Development
08-18-2015, 01:00 PM
|
Replies: 44
Views: 6,268
I was thinking about that, and the class loader...
I was thinking about that, and the class loader could be implemented so it will look for jars in any of its plugin dependencies. Although I guess somewhere along the line you could still run into a...
|
Forum: SageTV Github Development
08-18-2015, 11:30 AM
|
Replies: 44
Views: 6,268
It's not so much the hosting itself, it's more...
It's not so much the hosting itself, it's more about dependency conflicts. I've worked on projects that use Maven and if dependencies of dependencies conflict it can be a real headache. I don't want...
|
Forum: SageTV Github Development
08-18-2015, 11:17 AM
|
Replies: 44
Views: 6,268
I agree with creating plugin-specific...
I agree with creating plugin-specific directories. It would help keep the system organized and help the uninstaller clean them up, as well as help us create a class loader per plugin.
Getting rid...
|
Forum: SageTV Github Development
08-16-2015, 09:32 PM
|
Replies: 81
Views: 75,263
No, but this pull request will:...
No, but this pull request will: https://github.com/google/sagetv/pull/11 :D
EDIT: now that I think of it, the Docker container probably will let you get by it because I think Coppit removed the...
|
Forum: SageTV Github Development
08-16-2015, 04:16 PM
|
Replies: 77
Views: 63,399
|
Forum: SageTV Github Development
08-16-2015, 02:34 PM
|
Replies: 10
Views: 3,731
|
Forum: SageTV Github Development
08-16-2015, 02:11 PM
|
Replies: 23
Views: 5,134
|
Forum: SageTV Github Development
08-15-2015, 09:20 PM
|
Replies: 77
Views: 17,126
jni.h is in the JDK_HOME/include folder. On the...
jni.h is in the JDK_HOME/include folder. On the Linux side, all that needs to be done is define the JDK_HOME environment variable and the build script looks in the include folder under there. I don't...
|
Forum: SageTV Github Development
08-15-2015, 02:12 PM
|
Replies: 81
Views: 75,263
|
Forum: SageTV Github Development
08-15-2015, 11:33 AM
|
Replies: 23
Views: 5,134
From what I can tell, jtux was written about...
From what I can tell, jtux was written about 10-12 years ago so maybe it wasn't originally 64-bit compatible. There are a couple of "forks" (the original wasn't on github) but they both have the same...
|
Forum: SageTV Github Development
08-15-2015, 07:29 AM
|
Replies: 23
Views: 5,134
MrD reported the same thing over on your "Build...
MrD reported the same thing over on your "Build SageTV (Linux Specific) + GitHub primer (http://forums.sagetv.com/forums/showthread.php?t=62324)" thread. He hadn't replaced any 32-bit libraries so...
|
Forum: SageTV Github Development
08-15-2015, 07:21 AM
|
Replies: 77
Views: 63,399
|
Forum: SageTV Github Development
08-14-2015, 08:42 PM
|
Replies: 77
Views: 63,399
|
Forum: General Discussion
08-13-2015, 03:22 PM
|
Replies: 16
Views: 2,441
Found him :)
...
Found him :)
https://github.com/google/sagetv/blob/master/CONTRIBUTORS
|
Forum: General Discussion
08-13-2015, 11:14 AM
|
Replies: 16
Views: 2,441
So far 19 people have forked the project...
So far 19 people have forked the project (https://github.com/google/sagetv/network/members). That's more than I would have expected after just a few days. It's great to see the interest in the...
|
Forum: SageTV Github Development
08-12-2015, 04:34 PM
|
Replies: 17
Views: 3,667
I haven't had much time to look over the code,...
I haven't had much time to look over the code, but I agree with the ideas.
This could be taken a step further with a classloader for each plugin, then plugins wouldn't be playing Jar roulette with...
|