|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Ubuntu 64 Install
Any post a reg install doc for SageTV Server Install 64x with latest ver with out all using the GitHub from stuckless ?.
|
#2
|
||||
|
||||
Quote:
Setting up IR blasting and comskip, etc, these are all somewhat tedious, and not really a part of the install, but rather the post installation configuration (if you need/want them). You can also run the Docker image directly on ubuntu and it would come with the added benefit of having comskip configured. Configuring IR blasting would still require some effect.
__________________
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 |
#3
|
||||
|
||||
Never mind I guest I miss the v2 (Basic Linux V9 Build and Walkthrough - V2) as ver 1 from SageWizdom was jump all over place
So from look of it look like I have fellow step3, 5 thur 8 and just update commands to ref the latest ver of sagetv deb I just for test WinTV-quadHD Last edited by SHS; 11-21-2016 at 09:53 AM. |
#4
|
||||
|
||||
Quote:
__________________
Server: Ubuntu 16.04 running Sage for Linux v9 |
#5
|
||||
|
||||
Quote:
http://stackoverflow.com/questions/2...cker-container
__________________
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 |
#6
|
||||
|
||||
Quote:
Could you help me with some of the commands? from here: https://forums.sagetv.com/forums/showthread.php?t=63165 docker run -d --name sagetv-server \ <- so that names it so it's not some random named container right? -v /home/seans/unRAID/mnt/user/sagemedia:/var/media \ -v /home/seans/unRAID/mnt/user/mediaext:/var/mediaext \ -v /home/seans/unRAID/mnt/user/apps/sagetv3:/opt/sagetv \ -v /home/seans/unRAID:/unraid \ --net host \ --env PUID=1000 \ --env PGID=1000 \ --env VIDEO_GUID=19 \ --env OPT_GENTUNER=Y \ --env OPT_COMMANDIR=Y \ --env OPT_COMSKIP=Y \ --env JAVA_MEM_MB=768 \ --env VERSION=latest \ --env OPT_SETPERMS=Y \ --privileged \ <- This gives it more access to the system? for remote access as far as I can tell? -t -i stuckless/sagetv-server-java8 I'm most puzzled by the -v command I bolded - what would the equivelent be for ubuntu? btw the ubuntu user is 'sagetv9' Thanks all Edit: presently looking through the 11 page post i referenced, maybe it's in there
__________________
(current) SageServer: SageTV Open Source V9 - Virtual Ubuntu on Win10 HyperV MSI 970A-G46, AMD FX-8370 , SD Prime via OpenDCT, Donater ComSkip Clients: HD-200, Nexus Player w/ Android miniclient Storage: "nas" 16 drive Win10 w/ DrivePool running Plex, Emby, & SD PVR Retired - Hava, MediaMVP, HD-100, HD-PVR, HVR-2250, Ceton InfiniTV4, Original (white) HDHomeRun Died - HD-100, HD-300 Last edited by ThePaladinTech; 05-31-2017 at 06:19 PM. |
#7
|
||||
|
||||
the -v option is used to map an actual host folder to a folder within the container. What that bolded one does, is map actual folder /home/seans/unRAID to /unraid inside the container, so sagetv could find any file under the /home/seans/unRAID folder beneath it's own /unraid folder... Technically, the only volume mapping (-v option) that would be required for sagetv would be mapping the server folder (/opt/sagetv) and a share used to access recording and import folder locations (/var/media).
Internally, I believe sage defaults to the following paths: /opt/sagetv -> SageTV main folder /var/media/tv -> SageTV Recordings folder /var/media/videos -> Video Import folder /var/media/pictures -> Picture Import folder /var/media/music -> Music Import folder
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#8
|
||||
|
||||
You can ingnore -v unraid option since I use that to better mimic what an unraid filesystem looks like when I doing testing.
--priviledged is used so that it can expose the necessary ports with mapping them (it is required) And yeah, that first bolded part is so that you give it a good name which makes it easier if you need to run docker logs etc.
__________________
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 |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HOWTO: Install SageTV PlaceShifter on Ubuntu 10.10 Desktop 32-Bit | bcjenkins | SageTV Linux | 5 | 10-26-2012 09:42 AM |
Moving sage install to Ubuntu 11.10 amd64. | kbyrd | SageTV Linux | 5 | 11-14-2011 08:43 AM |
Install fails w/ ubuntu | thegodfaza | SageTV Linux | 2 | 01-10-2010 09:19 AM |
64 bit Ubuntu install problem. | marcusjohn | SageTV Linux | 0 | 10-04-2008 12:53 AM |
Install Sage on 64bit Ubuntu (7.10) | uggie | SageTV Linux | 2 | 11-13-2007 06:04 AM |