Search found 10 matches

by xyrgh
10 Jan 2017, 00:36
Forum: Help and Support
Topic: FreeNAS, xattr & replacing qualities.
Replies: 2
Views: 2655

Re: FreeNAS, xattr & replacing qualities.

Thanks rednoah. I thought maybe the xattr applied to all the scripts, good to know. I'll try the way you recommended, thankyou.
by xyrgh
09 Jan 2017, 13:36
Forum: Help and Support
Topic: FreeNAS, xattr & replacing qualities.
Replies: 2
Views: 2655

FreeNAS, xattr & replacing qualities.

Hello,

I'm having issues with reading/setting xattr in a FreeNAS jail. It appears FreeBSD is not supported, outputs of various troubleshooting below. Now I have zero idea how to enable xattr, but I'm happy to live without it for now, except I need to clean up my library and remove some duplicates ...
by xyrgh
22 Feb 2016, 13:24
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

That did the trick, working perfectly now. Can't say how much I appreciate the help, thankyou.
by xyrgh
22 Feb 2016, 08:44
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

Using postman extension in Chrome, if I send the command (the whole http://192.168.1.21:8096/Library/Refresh?api_key=key) as a POST parameter, it triggers the update.

Does that help?
by xyrgh
22 Feb 2016, 07:51
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

Thanks mate. Just gave it a quick run and log shows this:

Notify Emby: 192.168.1.21
GET: http://192.168.1.21:8096/Library/Refresh?api_key=key
FileNotFoundException: http://192.168.1.21:8096/Library/Refresh?api_key=key
Done ヾ(@⌒ー⌒@)ノ

Looks like it sending a GET not a POST from my basic ...
by xyrgh
17 Feb 2016, 05:34
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

That's awesome mate, thankyou.
by xyrgh
17 Feb 2016, 04:41
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

Hi Luke,

I've been told that to request the library refresh, you can issue a post command to:

http://localhost:8096/Library/Refresh?api_key='key'

Where 'key' is the api key created in the advanced settings in Emby.

I've tested this on my system and it does indeed trigger a library refresh.

Can ...
by xyrgh
16 Feb 2016, 07:59
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

No problems, I''ll go back to the devs and see what I can get :-)
by xyrgh
16 Feb 2016, 02:45
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Re: Emby - any way to trigger an update

I've got some info from over on the Emby forums as to their api to update the library, they provided me this:

[Route("/Library/Series/Added", "POST", Summary = "Reports that new episodes of a series have been added by an external source")]
[Route("/Library/Series/Updated", "POST", Summary ...
by xyrgh
15 Feb 2016, 09:02
Forum: Scripting and Automation
Topic: Emby - any way to trigger an update
Replies: 12
Views: 10647

Emby - any way to trigger an update

I've been toying with Emby as an alternative to Plex recently. I use the AMC script in filebot to sort all my media. The AMC script has a command that triggers Plex to update.

Is there a way to trigger Emby to update, or can it be included in the AMC script? I know it can receive an update trigger ...