Hello all
I've made an small mistake when I do the donation. I don't check on payout to transform from Euro to Dollars. So I send 5 Euro beside 5$. What can I do now? For a moment is just to test the webgrab capabilities. I believe the dollar price is higher that euro on this moment. Should I send the difference?
Transaction ID
9W515803R4998852W
Thanks
i will message the creator.
or u can also contact him via the contact us tab at top of forums.
I will send him also an message.
Thanks for fast answer
Now I checked. Euro is higher than dollar at the moment so I believe is no problem :)
Is already fixed. Check your mail .. thanks Jan
Thank you. Everything works great from my short tests. Now I must figure it out how to install webgrabplus on truenas scale. Will be a pain in the ... to add epg manually every week.
Maybe someone have any info with steps for this
Thank you. Everything works great from my short tests. Now I must figure it out how to install webgrabplus on truenas scale. Will be a pain in the ... to add epg manually every week.
Maybe someone have any info with steps for this
you dont have to use the webgrab installer.
you can extract the .wg++ folder and put it anywhere you want.
create a sh script to run it.
suggest you use the dotnet version as 3.x versions are no longer being updated.
4.x requires dotnet 5.0 runtime libaries.
5.x requires dotnet 6.0 runtime libaries.
in your script to run webgrab..
dotnet /path/to/webgrab.dll/folder/WebGrab+Plus.dll /folder/path/to.webgrab/config
ex i use a custom install directory
dotnet /raiddata/0/NAS_WebGrab/dotnet/WebGrab+Plus.dll /raiddata/0/NAS_WebGrab
NAS_WebGrab is the folder that my webgrab config is in.
after that u can run it via crond job.
Thank you for informations but you lost me on "create a sh script" :))
I'm beginner with server and configurations for me at this point are very heavy.
shell script,google it.
or u can run the command directly from the crond job,it will look mess as the line will be long but it can be done.