SUCCESS!!
I ended up just installing KODI on the GOOGLE TV and then linked the HDs from the Video Server to my bedroom GOOGLE TV thru UPnP...
Works like a charm..
Thanx much dood... Really appreciate the assist!!
SUCCESS!!
I ended up just installing KODI on the GOOGLE TV and then linked the HDs from the Video Server to my bedroom GOOGLE TV thru UPnP...
Works like a charm..
Thanx much dood... Really appreciate the assist!!
"Kodi can act as a media server when configured to share its library with other devices on a network using UPnP or DLNA. It's not a traditional server in the sense of providing general-purpose services, but rather a media player that can also distribute its media library. "
AI
Thanx for the reply...
OK... So, I basically need to configure my KODI to broadcast it's availability over the subnet and then configure the GOOGLE TV to connect to it??
I just got a HiSense QLED TV Google TV. It's hooked onto the same network as my KODI Video Server..
I have been out of the Network Admin game for quite a while so I haven't kept up with the latest and greatest..
Is there a way I can connect my KODI Server to my GOOGLE TV???
Thanx in advance for any assistance...
This isn't really a LibreElec specific issue but it's the only computer forum I am still active in.. So, apologies in advance for the off topic nature of the question...
I am having a computer networking issue that is simply mind boggling..
A little bit about my setup...
I have a computer workstation that is hardwired into a dumb hub which, in turn, is hooked into an AT&T DSL internet modem...
My wife's workstation is hardwired to a STARLINK Router and is the sole device connected to STARLINK..
The mind boggling part is that she sometimes gets massive slowdowns in data transfer when my computer is on..
When I shut down my computer??? Her slowdowns completely disappear..
What I can't figure out is why???
Her computer and connection is completely separated from mine.. As far as computer/network connections go, I might as well be in another state...
And yet, when my computer is on, she gets data xfer issues and slowdowns...
What could be causing this???
Thanx in advance for any ideas...
And again, apologies for the off-topic nature..
"I GOT NO WHERE ELSE TO GO!!!" -Richard Gere, AN OFFICER AND A GENTLEMAN
As I mentioned in a previous comment, I have a small HTPC running LE KODI...
This is connected via Ethernet to a LE KODI PC that houses my HDs (4TB & 12TB SATA)...
I currently have approx 1700 Movies and 7100 TV shows... As ya can imagine, listing the movie directory takes a bit o' time... The TV Directory is a bit faster but there is still a noticeable delay....
I was wondering if I could decrease the response time significantly by making the PC into a NAS box...
Would the effort/benefit ratio be worth it???
Thanx..
SUCCESS!!!
I went to ADD NETWORK LOCATION and manually input the IP info..
Works like a charm!!
Thanx for the assist.. That should have been part of ^^^^ that message, dunno why it got cut off...
There's probably different levels of sophistication you can do, but as a minimum you can share content from the 'server' box over SMB to the client device. Connect both to the same Gigabit Ethernet switch and Cat5 of better cables and playback (not streaming) over the LAN should be a breeze. If you will still watch content on the server box; install an SQL database (use Docker) and migrate the Library data there so you can maintain the watched/unwatched status between boxes.
Thanx... I'll try that when get home...
If you like pain, connect the client device over WiFi
Heh I try to avoid that whenever possible. Thanx again..
I have a little box HTPC on the shelf below my TV.. Wife wanted the big ugly PC (18TB Video Server) off the shelf, so I set it up on a shelf on my network rack in my office.
Both machines are running LibreElec KODI (Leia, I believe)..
What would be the easiest way to link the two machines so I can stream from the 18TB Server to the cute little HTPC box on the shelf..
I am not a really big fan of streaming due to buffering issues (I have crappy internet) but I figured LAN streaming won't have any buffering issues.. But I am curious exactly how big a draw will networked linked LE Boxes would be..
Thanx in advance for any assistance..
OK It looks like I need to scan the HD as per Joe Average's initial suggestion.. It will likely take a while, so I will check back in when it's done..
Thanx to all for the help and suggestions... It's very much apprecaited..
Apologies.. I re-read your comment and you spelled it out for me.. DUH...
Thanx so much for the help...
OK.. Making progress...
Ran all the parted commands with nary a hiccup...
Then the fsck.ext4 gave me this..
HOLODECK:~ # parted -s /dev/sdb mklabel gpt
HOLODECK:~ # parted -s /dev/sdb mkpart primary ext4 2048s 100%
HOLODECK:~ # parted -s /dev/sdb name 1 'MEDIA'
HOLODECK:~ # fsck.ext4 -y /dev/sdb1
e2fsck 1.45.6 (20-Mar-2020)
ext2fs_open2: Bad magic number in super-block
fsck.ext4: Superblock invalid, trying backup blocks...
fsck.ext4: Bad magic number in super-block while trying to open /dev/sdb1
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
HOLODECK:~ #
Display More
I am thinking that this means what Joe Average was talking about above?? That the HD has some bad areas??
sorry, now explanation in English. I was in a german language forum before answering here.
for best performance on a HDD, the partitions should be aligned to some size, e.g. internal buffer of the HDD (most HDD have internal SDRAM cache of about 64-256MB for performance, aka read and/or write cache). Unaligned partitions are working, but should be avoided. So adjust the command to the initial offset of the partition to 2048s (equal to 1MB).
Thanx for the reply...
Here is my parted PRINT data..
(parted) print
print
Model: ATA ST8000DM004-2CX1 (scsi)
Disk /dev/sdb: 8.00TB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 0.00TB 8.00TB 8.00TB primary
(parted)
Display More
How exactly would I adjust the offset for my particular setup.. I am guessing the 512B/4096B has something to do with it, but it's just a guess...
I am embarrassed by my ignorance.. As I mentioned, it's been a LONG time since I played with Linux... Windows became my addiction I couldn't shake. heh...
I appreciate that response.. But it's been a LONG time since my high school German and Google Translate was absolutely NO HELP..
OK So, I know the drive is good..
How do I alter the command:
... to take into account the full 8TB of the drive??
Here is what I am seeing when I run the afore line..
Aww right, I have to crash now.. Thanx so much for the assist..
I'll check in the morning..
Thanx again..