FAQ  •  Register  •  Login

Qnap 1.6 Serviio support

<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue May 17, 2016 4:32 pm

Re: Qnap 1.6 Serviio support

I'm not sure if the bluray subtitles option is actually supported. Post ffmpeg -i of the bluray rip file.
<<

Ekomax

Serviio newbie

Posts: 3

Joined: Mon May 09, 2016 5:58 pm

Post Wed May 18, 2016 3:37 pm

Re: Qnap 1.6 Serviio support

How do i do this? sorry.
<<

DEJ710

User avatar

DLNA master

Posts: 182

Joined: Mon Jan 31, 2011 4:02 am

Location: Melbourne, Australia

Post Sun May 22, 2016 2:43 am

Re: Qnap 1.6 Serviio support

Hi zip,

Great work with the Serviio console and the QNAP app.

I am having problems with the auto indexing of files. It works if I force a refresh, but doesn't seem to do it automatically.

Please advise if you need log files or similar.

Jason
Thanks.

LG 86UM7600PTA 4K TV Sony KD-75X8500D 4K TV Panasonic DP-UB820 4K BluRay MINIX NEO-U1 Media Player MINIX NEO-U9-H Media Player Onkyo TX-RZ3100 Windows 10 x64 Draytek Vigor2860 Router ASUS Lyra Dual Band Wireless MESH QNAP TS-451 x86 4 Bay NAS 46 TB
<<

akira666

Serviio newbie

Posts: 11

Joined: Sun Mar 11, 2012 1:12 pm

Post Wed May 25, 2016 8:06 pm

Re: Qnap 1.6 Serviio support

Same Problem here, running 1.6 on my Qnap TS-559.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu May 26, 2016 7:55 am

Re: Qnap 1.6 Serviio support

What paths do you use as your shared folders?
<<

DEJ710

User avatar

DLNA master

Posts: 182

Joined: Mon Jan 31, 2011 4:02 am

Location: Melbourne, Australia

Post Thu May 26, 2016 10:37 am

Re: Qnap 1.6 Serviio support

Hi zip,

/share/tv shows
/share/movies
Thanks.

LG 86UM7600PTA 4K TV Sony KD-75X8500D 4K TV Panasonic DP-UB820 4K BluRay MINIX NEO-U1 Media Player MINIX NEO-U9-H Media Player Onkyo TX-RZ3100 Windows 10 x64 Draytek Vigor2860 Router ASUS Lyra Dual Band Wireless MESH QNAP TS-451 x86 4 Bay NAS 46 TB
<<

akira666

Serviio newbie

Posts: 11

Joined: Sun Mar 11, 2012 1:12 pm

Post Fri May 27, 2016 11:01 pm

Re: Qnap 1.6 Serviio support

3 shared Folders with the indexing Problem:

/share/Download
/share/Multimedia/Filme
/share/Multimedia/Anime
<<

Xmantium

User avatar

DLNA master

Posts: 1396

Joined: Sat Jul 23, 2011 2:12 pm

Location: Manchester, UK

Post Sat May 28, 2016 7:32 pm

Re: Qnap 1.6 Serviio support

I have the same issue, not automatically indexing files but i have script in sabnzbd after a file is downloaded

  Code:
#!/usr/bin/env python
import httplib
connection = httplib.HTTPConnection('192.168.1.5:23423')
body_content = '<action><name>forceLibraryRefresh</name></action>'
headers = { "Content-type": "text/xml" }
connection.request('POST', '/rest/action' , body_content , headers)
result = connection.getresponse()
if result.status == 200:
    print "Updated Serviio"
else :
    print "Updating Serviio Library Failed"


Theres a bug with Serviio though - if Serviio's autodetect add the file to library and the script runs, it adds the same video file twice to the library
Serviio should not add the video twice to library when manually refreshed at the same time Serviio detects the file
Sony Bravia 2010 52NX803 - Sony PS3 - Xbox 360
Serviio running on QNAP NAS 639 Pro - 1.6 Intel Dual Core - 2GB RAM and QNAP NAS 121 - 2Ghz ARM Marvell - 1GB RAM
Console using ServiiDroid for Android, ServiiMetro and ServiiWP for Windows Phone and WebUI for iOS
<<

ianfretwell

Streaming enthusiast

Posts: 23

Joined: Sat Dec 14, 2013 12:59 pm

Post Sun May 29, 2016 5:51 pm

Re: Qnap 1.6 Serviio support

Regarding the automatically indexing new files...my preferred option is to do this manually...

However, I have two identically configured Qnap NAS's - an ARM based TS531p and an AMD (so x86) based TS563.

Serviio on both is setup identically with NO automatic indexing - regardless of which the ARM based one does it anyway - I can't stop it. The x86 one works as expected and I have to force the refresh.

Thought this might help narrow it down slightly if there is a bug somewhere.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue May 31, 2016 6:46 pm

Re: Qnap 1.6 Serviio support

It works for me on the Intel based build. I'm sharing

  Code:
/share/Multimedia/Videos


Do you have the latest Java package installed?

Also, what does the detailed log say after you start the service?
<<

ianfretwell

Streaming enthusiast

Posts: 23

Joined: Sat Dec 14, 2013 12:59 pm

Post Tue May 31, 2016 7:35 pm

Re: Qnap 1.6 Serviio support

Hi,

Java on both is the latest that's available from the Qnap app center.

Just to clarify - the Intel build does work as it should, i.e. if I turn off the automatic indexing it stops automatic indexing.

The ARM build automatically indexes new files regardless of what it's set to.

I'll try to get the detailed logs from the ARM NAS for you ASAP.
Previous

Return to NAS installation

Who is online

Users browsing this forum: No registered users and 26 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.