Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
SurgicalOntologist
Jun 17, 2004

Well that's easy enough. Thanks for helping me figure it out.

Adbot
ADBOT LOVES YOU

G-Prime
Apr 30, 2003

Baby, when it's love,
if it's not rough it isn't fun.

Don Lapre posted:

Really? How many items do you have? Mine takes a few seconds to scan. Thats 4200 files in 268 folders.

Even at more than 5 times that number of files, spread across about 2000 directories, scan time is generally under a minute for me over SMB. Highly recommend following Don's suggestion. That said, having an always-running process that picks up the changes as they come in is nice and downright simple, and I run Emby on my NAS.

Photex
Apr 6, 2009




There are other advantages to running Plex or Emby as well such as having your watched data syncd across multiple devices.

whsa
Apr 24, 2008

Thanks! Will update when I get it done. I have done xpenology on esxi before now but it was hacky as gently caress getting the drives working in raw mode and I ended up losing a lot of (easily replaced) data. I will put it on bare metal this time and see how it goes.

Don Lapre
Mar 28, 2001

If you're having problems you're either holding the phone wrong or you have tiny girl hands.

whsa posted:

Thanks! Will update when I get it done. I have done xpenology on esxi before now but it was hacky as gently caress getting the drives working in raw mode and I ended up losing a lot of (easily replaced) data. I will put it on bare metal this time and see how it goes.

Make sure you use the boot image for the 15 and not 17 model. Lots more add-ons available.

SurgicalOntologist
Jun 17, 2004

Don Lapre posted:

Make sure you use the boot image for the 15 and not 17 model. Lots more add-ons available.

Huh, I'm on 15, maybe this is another easy mistake I made in the past. What am I missing out on? Any idea if it's easy to upgrade?

edit: Maybe you have it backwards: https://xpenology.com/forum/topic/7151-difference-ds916-ds3615xs-and-ds3617xs/?page=2 they're saying more packages for the 3615xs than the 3617xs.

SurgicalOntologist fucked around with this message at 18:39 on Jan 31, 2018

Don Lapre
Mar 28, 2001

If you're having problems you're either holding the phone wrong or you have tiny girl hands.

SurgicalOntologist posted:

Huh, I'm on 15, maybe this is another easy mistake I made in the past. What am I missing out on? Any idea if it's easy to upgrade?

edit: Maybe you have it backwards: https://xpenology.com/forum/topic/7151-difference-ds916-ds3615xs-and-ds3617xs/?page=2 they're saying more packages for the 3615xs than the 3617xs.

Make sure you use the boot image for 15 instead of 17

So make sure you install it as a "3615xs" and not a "3617xs"

It sounds like you did it correctly.

SurgicalOntologist
Jun 17, 2004

Ah, I misread your post, swapping 15 and 17. Nevermind.

Bonzo
Mar 11, 2004

Just like Mama used to make it!
if MySQL still the best way to merge watch history for two installs? I have my main setup on my Shield but now when I'm home for lunch I usually just watch on my macbook.

Thermopyle
Jul 1, 2003

...the stupid are cocksure while the intelligent are full of doubt. —Bertrand Russell

Bonzo posted:

if MySQL still the best way to merge watch history for two installs? I have my main setup on my Shield but now when I'm home for lunch I usually just watch on my macbook.

Using plex or emby with their respective kodi plugin is better in many ways and worse in some.

MeKeV
Aug 10, 2010
If Plex or Emby seem like overkill, Trakt may be another option.

MeKeV fucked around with this message at 12:53 on Feb 21, 2018

Keito
Jul 21, 2005

WHAT DO I CHOOSE ?
Trakt is good.

The Gunslinger
Jul 24, 2004

Do not forget the face of your father.
Fun Shoe
I use PlexKodiConnect, no issues. A bit fiddly to get setup at first but its been solid since.

gabensraum
Sep 16, 2003


LOAD "NICE!",8,1
Trip report: have wanted to have my kodi libraries synced for a while, and I can see the benefit to PlexKodiConnect et. al. since it's easy to set up, but since I already have everything else on my file server in docker containers, adding two new ones for mariadb and a headless version of kodi was going to be easy. So I thought I might as well, and avoid any potential addon compatibility issues with the plex or emby methods.

Works like a charm. Using kodi all over the place with no detectable latency issues, and since sonarr/radarr update the headless kodi instance any new things are immediately available on all devices.

I'm using the following images from https://tools.linuxserver.io/dockers and can recommend them all:
deluge, hydra, kodi-headless, mariadb, muximux, nzbget, radarr, sonarr

Incessant Excess
Aug 15, 2005

Cause of glitch:
Pretentiousness

gabensraum posted:

Trip report: have wanted to have my kodi libraries synced for a while, and I can see the benefit to PlexKodiConnect et. al. since it's easy to set up, but since I already have everything else on my file server in docker containers, adding two new ones for mariadb and a headless version of kodi was going to be easy. So I thought I might as well, and avoid any potential addon compatibility issues with the plex or emby methods.

Works like a charm. Using kodi all over the place with no detectable latency issues, and since sonarr/radarr update the headless kodi instance any new things are immediately available on all devices.

I'm using the following images from https://tools.linuxserver.io/dockers and can recommend them all:
deluge, hydra, kodi-headless, mariadb, muximux, nzbget, radarr, sonarr

I'm interested in setting this up as we're, was there a tutorial you followed?

gabensraum
Sep 16, 2003


LOAD "NICE!",8,1

Incessant Excess posted:

I'm interested in setting this up as we're, was there a tutorial you followed?

Not for the docker part, I'm afraid, since I've been using docker for a while and the groundwork was already in place. Once I'd set up the mariadb and kodi-headless containers as specified by their creators, I just followed Kodi's own guide to configure.
https://kodi.wiki/view/MySQL

Incessant Excess
Aug 15, 2005

Cause of glitch:
Pretentiousness

gabensraum posted:

Not for the docker part, I'm afraid, since I've been using docker for a while and the groundwork was already in place. Once I'd set up the mariadb and kodi-headless containers as specified by their creators, I just followed Kodi's own guide to configure.
https://kodi.wiki/view/MySQL

Just so I understand this correctly, you were doing this to keep Kodi and Plex in sync right?

Keito
Jul 21, 2005

WHAT DO I CHOOSE ?

Incessant Excess posted:

Just so I understand this correctly, you were doing this to keep Kodi and Plex in sync right?

No just use Trakt or the Plex addon in Kodi for that.

gabensraum
Sep 16, 2003


LOAD "NICE!",8,1

Incessant Excess posted:

Just so I understand this correctly, you were doing this to keep Kodi and Plex in sync right?

No, just multiple instances of Kodi.

MrCodeDude
Aug 31, 2005
Is there a known problem with Kodi not properly updating the "Recently added episodes?"

I have three nVidia Shields, all running Kodi 17.6 (from the Play Store), a QNAP TS-412, and a QNAP TS-453B. The 412 has older content on it, the 453 monitors the new/current content.

Have both Watchdog and Library Auto Update installed and have all three Shields as connections in Sonarr.

All three boxes are showing the same set of "Recently added episodes" (either through the home-screen widget or going Videos/TV Shows/Recently added episodes), except the episodes are all 1+ week old, with newer episodes already imported into the library.

No matter what I do, I cannot seem to get the "Recently added episodes" to update, which is my primary way of watching new content.

Am I missing something? Is there a better way to handle newly added content?

I never had this problem with my older Amazon FireTVs (running an early build of Kodi v16).

Keito
Jul 21, 2005

WHAT DO I CHOOSE ?
Can you check the new files' "date added" property, and compare with the ones under the recently added section? Kodi was changed to use file dates instead of time scanned in Frodo (which can be changed back):
https://kodi.wiki/view/XBMC_v12_(Frodo)_FAQ#Recently_added

IUG
Jul 14, 2007


Whomp whomp.

https://www.engadget.com/2018/03/29/google-removes-kodi-from-autocomplete-piracy/

Text for the lazy:

quote:

Google has made an effort in recent years to bury any content that might infringe upon copyrights or promote piracy. Now, according to TorrentFreak, the company has banned "Kodi" from its autocomplete feature. Now, if users type "Kodi" into a Google search box when looking for the media player software, it won't come up as a suggestion.

We tested this in Google and indeed, we found that Google did not autocomplete or suggest the term. "Since 2011, we have been filtering certain terms closely associated with copyright infringement from Google Autocomplete," a company spokesperson told TorrentFreak. "This action is consistent with that long-standing strategy." It's important to note that if you actually type in the term manually and search for it, the results you'd expect will still come up. Google just won't help you by autocompleting the term.

What's really interesting here is Google's phrasing "terms closely associated with copyright infringement." While many people use a Kodi add-on to illegally stream media, the application itself is perfectly legal to use. The company has made efforts to distance itself from the idea that the platform is used solely for pirated content; this move from Google doesn't help their case very much.

phosdex
Dec 16, 2005


heck ya for bing!

Vykk.Draygo
Jan 17, 2004

I say salesmen and women of the world unite!
It's four letters. Who could possibly need autocomplete for that?

MrCodeDude
Aug 31, 2005

Keito posted:

Can you check the new files' "date added" property, and compare with the ones under the recently added section? Kodi was changed to use file dates instead of time scanned in Frodo (which can be changed back):
https://kodi.wiki/view/XBMC_v12_(Frodo)_FAQ#Recently_added

Where can I see the date added property?

In Windows, the new files show date created/date modified as within the past couple days (March 26-30).

There's something wonky, because my current recently added episodes list is:

* episode of a show that aired March 28
* two episodes from the middle of a season of a show I just recently imported (the rest of the season - including the newer episodes are neglected)
* episode of a show that aired March 21 (a newer episode aired on March 28)
* episode of a different show that aired March 21 (a newer episode aired on March 28)

I have found that if I go to an individual episode's information and "refresh" the data, it'll properly add itself to the recently added episodes list.

Boywunda
Jun 25, 2003

https://kodi.tv/article/kodi-no-more

Vykk.Draygo
Jan 17, 2004

I say salesmen and women of the world unite!

Wish this was real.

G-Prime
Apr 30, 2003

Baby, when it's love,
if it's not rough it isn't fun.
All that matters about this gag is that I get another XBMC t-shirt, which has made a bunch of the folks at my office jealous.

Kreez
Oct 18, 2003

I've been spending too much money on HTPCs to run XBMC/Kodi for like 15 years now. I've currently got a little NUC I built only 2 years ago for hundreds of dollars gathering dust, because the little Android box my ISP sent me for free to run their budget TV service is better in nearly every way. One problem is that while it will happily do 4K in the Netflix app, Kodi struggles with even 1080p. It's watchable, but the slightest background process kicking off, or extremely high bitrate scene causes it to get choppy. I gather this is due to having newish hardware that isn't fully supported by Kodi yet

From an employee of my ISP on their forum:

quote:

the Pik TVBox is no slouch @ 2Ghz & with 2Gb of DDR4 Ram. - the BCM7252 SoC is the latest from Broadcom, and it incorporates the VideoCore V HW (V3D-530) GPU. Kodi/android and other apps don't yet even have the capabilities to take full advantage of this gpu (it's currently working with the existing MediaCore hardware acceleration that the previous VideoCore IV GPU works with) Once development happens for this specific GPU, we can expect some amazing performance!

I'm not clever enough to pick through Kodi development notes to see if this hardware is going to be better supported in v18. Anyone know where I'd look? Last time I asked a question vaguely like this on the XBMC forums I got screamed at for daring to bug the poor developers who do this for free and bla bla bla.

On another note, what is everyone doing with their costly x86 HTPC systems that have been made obsolete overnight by $10 Chinese Android boxes?

Internet Explorer
Jun 1, 2005





(nevermind)

TomR
Apr 1, 2003
I both own and operate a pirate ship.

Kreez posted:

I've been spending too much money on HTPCs to run XBMC/Kodi for like 15 years now. I've currently got a little NUC I built only 2 years ago for hundreds of dollars gathering dust, because the little Android box my ISP sent me for free to run their budget TV service is better in nearly every way. One problem is that while it will happily do 4K in the Netflix app, Kodi struggles with even 1080p. It's watchable, but the slightest background process kicking off, or extremely high bitrate scene causes it to get choppy. I gather this is due to having newish hardware that isn't fully supported by Kodi yet

From an employee of my ISP on their forum:


I'm not clever enough to pick through Kodi development notes to see if this hardware is going to be better supported in v18. Anyone know where I'd look? Last time I asked a question vaguely like this on the XBMC forums I got screamed at for daring to bug the poor developers who do this for free and bla bla bla.

On another note, what is everyone doing with their costly x86 HTPC systems that have been made obsolete overnight by $10 Chinese Android boxes?

I think v18 is almost done, try installing the latest Dev build and see if it works any better.

And yeah the Kodi forums are something else. The answer is always a) there is already a thread for this (that probably doesn't have the answer and is three years old) or b) this isn't a problem with Kodi (when it totally is because it's fixed next update)

I have an Amazon fire stick I use for Netflix etc. but I still use my nuc for Kodi because Android platforms just don't do some of the things I need. It also works well for steam game streaming.

Sputnik
Jul 21, 2003

I felt like a ninja, and my kung-fu was strong.

Kreez posted:

On another note, what is everyone doing with their costly x86 HTPC systems that have been made obsolete overnight by $10 Chinese Android boxes?

Just because I could buy a $10 widget doesn't mean the old system has stopped working. My x86 system can play 4k video just fine, plus I have a DVD drive hooked up for the once-in-a-decade someone brings a physical glass cylinder over to view.

Incessant Excess
Aug 15, 2005

Cause of glitch:
Pretentiousness

Kreez posted:

I've been spending too much money on HTPCs to run XBMC/Kodi for like 15 years now. I've currently got a little NUC I built only 2 years ago for hundreds of dollars gathering dust, because the little Android box my ISP sent me for free to run their budget TV service is better in nearly every way. One problem is that while it will happily do 4K in the Netflix app, Kodi struggles with even 1080p. It's watchable, but the slightest background process kicking off, or extremely high bitrate scene causes it to get choppy. I gather this is due to having newish hardware that isn't fully supported by Kodi yet

From an employee of my ISP on their forum:


I'm not clever enough to pick through Kodi development notes to see if this hardware is going to be better supported in v18. Anyone know where I'd look? Last time I asked a question vaguely like this on the XBMC forums I got screamed at for daring to bug the poor developers who do this for free and bla bla bla.

On another note, what is everyone doing with their costly x86 HTPC systems that have been made obsolete overnight by $10 Chinese Android boxes?

I believe Android is still unable to or has issues with changing the display refresh rate to match that of the video content, so non-android Kodi boxes or dedicated HTPCs still have a place at least in the enthusiast community.

Thermopyle
Jul 1, 2003

...the stupid are cocksure while the intelligent are full of doubt. —Bertrand Russell

Incessant Excess posted:

I believe Android is still unable to or has issues with changing the display refresh rate to match that of the video content, so non-android Kodi boxes or dedicated HTPCs still have a place at least in the enthusiast community.

The Shield TV, at least, changes refresh rate fine.

Tapedump
Aug 31, 2007
College Slice

TomR posted:

I have an Amazon fire stick I use for Netflix etc. but I still use my nuc for Kodi because Android platforms just don't do some of the things I need. It also works well for steam game streaming.
Shield. Shield. Shield.

Gamestream for non-Steam games. Kodi and the Shield-customized SemperPax version of Kodi. Best or at least decent apps for name-the-service.

Thermopyle
Jul 1, 2003

...the stupid are cocksure while the intelligent are full of doubt. —Bertrand Russell

Tapedump posted:

Shield. Shield. Shield.

Gamestream for non-Steam games. Kodi and the Shield-customized SemperPax version of Kodi. Best or at least decent apps for name-the-service.

For what its worth SPMC is no longer under development.

TomR
Apr 1, 2003
I both own and operate a pirate ship.
I have nothing against the shield, but my nuc still works great and I was using it for netflix with the windows 10 app, but the fire stick is cheap and easy to use. Kodi doesn't work well enough on the firestick for me though, and plex acts funny on it too sometimes. I even got cec working so you just press the home button and the TV comes up and my receiver switches to that HDMI input. A shield in Canada costs almost as much as my nuc did.

I have a second TV that has a built in plex app that works great so one day when I replace my main TV I may do away with boxes altogether and not use Kodi at all anymore.

SurgicalOntologist
Jun 17, 2004

I finally switched from FTP to NFS and everything got much worse. Videos stream only at 300 kb/s according to my NAS's resource monitor. So, unwatchable. Meanwhile, mounting the NFS share on another computer and playing with VLC works great. Kodi is running on a Shield.

Here's the chain of events that led to my current debacle:
- I changed the paths in sources.xml from FTP to NFS
- Didn't notice any difference, except library scan is slower. Leave it like this for a couple weeks.
- Trying to set up a headless kodi instance to run library scans, I was messing with the JSON RPC to test library access and noticed that old library items still used the [url]ftp://[/url] paths. :doh:
- I fixed all the paths in MySQL.
- At this point I realize that some files are duplicated (in the SQL database, though I never saw a duplicate in the Kodi library) presumably because they were originally added in FTP and then rescanned via NFS. :doh:
- Before attempting to do anything about the duplicates, to test if I got the paths right, I tried to play a file. Unwatchably slow. Tried old ones and newer files that had never been added over FTP, same thing.

There are still duplicate entries in the library, but why would that cause slow streaming speeds?

Unless someone has a better idea, I'm deciding between
A) Give up on watched data, and start over on my library, see if that fixes it. If the problem is that I hosed up the database, this may be the solution.
B) Give up on NFS, change the paths in SQL and sources.xml to use SMB instead. If the problem is NFS, this would be the solution.

Appreciate anyone's thoughts. In the meantime I'm running a library clean.

Slash
Apr 7, 2011

Sync your watched status to trakt.tv (there's a kodi addon to do it). So at least in the worst case you can just pull down all of the watched statuses from the trakt database when you re-build.

I use NFS on Kodi running on an Nvidia Shield and it works fine for me. I am however using wired networking @ 100 MBit, are you using wifi?

Adbot
ADBOT LOVES YOU

zer0spunk
Nov 6, 2000

devil never even lived
I'm still running 17.3 in the fear that updating will break an addon or skin. Am I missing anything crucial?

I'm running a skin that emulates the old FireOS layout because it's the only skin that lets you hide episode thumbnails for unwatched items. Got tired of those spoiling shows. The side bonus, for a while anyway, was basically UI parity between that and the firestick I run for amazon streaming. Really helped to not confuse others when switching between inputs.

Also running trakt for logging/syncing, a long dead hue addon that fades the lights up and down on play/pause/stop, an addon that auto applies audio settings on boot to make sure it's outputting to my receiver and not my desktop speakers, and an addon that replicates the next up function of netflix/amazon because I'm lazy and wanted to save three seconds on show binges.

Worried about any of that breaking on upgrading as they are all kind of important and just nice quality of life things that I'd miss.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply