Page 1 of 1

TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 5:02 pm
by phibertron
I've put together a grouping of settings from the twonkymedia-server.ini
to help better understand their relationship to each other
and to have a place to add notes on the implications of those settings
This is currently a work in progess, and based off of the current version
Which is why the first section is for new and dicontinued settings
as sometimes settings get dropped as well as added to the different versions
which if known I will add them there
I dont intend to make each setting a how to, but more of an fyi
I'll leave it up to people to start a thread or add to this thread to do that

New, Deprecated and Discontinued Settings
Network Settings
Web Config Access Settings
Web Remote Access Settings
Web View Settings
Client Detect and View Settings
Content Location Settings
Aggregation Settings
Media Fusion Settings
Upload Settings
Server Settings
Logging and Statistics Settings
Cache Settings
Background Transcoding Settings
Image Scaler Settings
Removable Media Settings
Other Settings

There are also settings for some of the plugins, where the time interval can be changed

auto-update.plugin
mediafusion-integration.plugin

There other things that can looked at like cgi-bin files, clients.db, transcoding.db, and others
But I am not going to go into those things, as they are more specific to their own purpose

Notes: New, Deprecated and Discontinued Settings

Posted: Mon Mar 28, 2011 5:05 pm
by phibertron
New Settings
Version 7.x

userid
portalusername
twonkyinfo
enablenmcwebapi
flushlogmsg
disablemytwonky
includefolder
rmadditunes
rmupload
contentdiscoverymode
enableruiserver
disabletimeseek
albumartdir
disableduplicateremoval
ignoredirwithfile
clearclientsonnicchange
enable_reget
no_persist_conn
revalidate_time
msearch_start_interval
msearch_interval
dmr_state_poll_interval
max_supported_server
max_supported_renderer
max_supported_ruis
max_supported_nmcs
automatically_detect_webdav
client_cache_size_limit
client_cache_sweep_time
max_queue_size

Version 6.x

aggmode
aggregation
contentbase
disablefrontends
disablemediafusion
disablesleepmode
dmr_state_poll_interval
dtcpsessioncount
dtcpsessionlimit
enable_reget
enablenonkeyframetstgen
enabletls
event_poll_interval
followlinks
hdrlnextreadyvalue
map_seekpct
maxscantimeperfile
msearch_interval
msearch_quick
msearch_start_interval
nmcmode
no_persist_conn
remoteaccess
remoteaccessflash
revalidate_time
scalermaxpixels
secure_folder_path
servermanagedmusicdir
servermanagedpicturedir
servermanagedvideodir
stack_size
uploaddestinationfriendlyname
uploadmaxfilesize
uploadrestrictedprofiles
upnpuploadlimit
vlevel


Version 5.x

autoupdateinstall
bgtrans
defaultview
disablelocalssdp
maxitems
maxitems
mediastatisticsdir
mediastatisticsenabled
onlinedir
rmautoshare
rmautoshare
rmhomedrive
ssdpttl
Deprecated Settings
Version 5.x

autotree= is now defaultview=
Discontinued Settings
Version 6.x

disablebyebyeatstartup
autotree
startupmb
onlinedir
webnodes
webpicturenum
maxscantimeperfile
disablemediafusion

Version 5.x

bgtransdir
bgtransmaxsizemb
bgtransrpcport
checkexternalitems
norescale
nossdp
rtpport
uploadmusicdir
uploadpicturedir
uploadvideodir


Version 4.x

adaptcase
adobepath
allname
allpictures
allradio
alltracks
allvideos
clients
dlnastrict
folderprefix
internetradio
liveradioname
livevideoname
musicnode1
musicnode10
musicnode2
musicnode3
musicnode4
musicnode5
musicnode6
musicnode7
musicnode8
musicnode9
nosearch
picturenode1
picturenode2
picturenode3
picturenode4
picturenode5
playlistlastplayed
playlistmostplayed
playlistnumentries
playlists
radio
radiogenre
radioreread
randomizeplaylists
rootmusic
rootpicture
rootvideo
tagspicture
uploadmusicdir
uploadpicturedir
uploadvideodir
upnptimeout
videonode1
videonode2
videonode3
videonode4
videonode5

Note:
I have attached the server.ini, readme.txt, version.txt from 4.4.18, 5.1.6, 6.0.32 as reference

Notes: Network Settings

Posted: Mon Mar 28, 2011 5:08 pm
by phibertron
# Visible name in the network
friendlyname=
# IP address to listen to (default: all networks)
ip=
setting ip=<ip address>

1. enables twonky to not bind to all networks
2. in certain versions of nas builds, this and disablelocalssdp=1 is needed
# Watch changes in machine's network conf (1: yes, 0: no)
nicrestart=1
# Port of the http server
httpport=
default port is 9000
# TTL for SSDP packets. Default: 4
ssdpttl=4
# disable SSDP on localhost (1: yes, 0: no)
disablelocalssdp=0
Setting disablelocalssdp=1 can be used for the following reasons

1. twonky can infrequently discover itself as a client on 127.0.0.1
2. in certain versions of nas builds reason 1. can cause some issues
3. if the server is multihomed, this is supposedly needed
4. it has been said that this can help with drive spin down
# NMC mode (0:disable, 1:stationary, 2:mobiledirect, 3:mobileremote, 4:standalone)
nmcmode=1
nmcmode is seen on the network as a sperate upnp device based on the mode chosen
seems to be a feature used by mobile clients, possibly aggregation
# maximum number of DTCP sessions running at one time
dtcpsessionlimit=8
# Absolute path to file with DTCP session count
dtcpsessioncount=
# maximum number of sessions (upload/download/streaming) running at one time
httpsessionlimit=

Notes: Web Config Access Settings

Posted: Mon Mar 28, 2011 5:13 pm
by phibertron
# access to web config pages, 0 for denied, 1 for local only, 2 for open
enableweb=2
enableweb=1 or 0 also disables remote rpc calls
# for protection of the web config pages
accessuser=
# for protection of the web config pages
accesspwd=
it is clear text in the ini file
but when sent via an rpc call it is encoded
http ://<ip>:9000/rpc/get_option?accesspwd

Notes: Web Remote Access Settings

Posted: Mon Mar 28, 2011 5:16 pm
by phibertron
# enable https remote connections (1: yes, 0: no)
enabletls=1
enabletls=0 is for http ://<dyndns>:<port>
enabletls=1 is for https ://<dyndns>:<port>
it is a one or the other, not both,
enabletls=1, does not allow http: access
enabletls=0, does not allow https: access
# dynamic dns prefix for remote access, including http://
dyndns=
always use http ://<dyndns> for ex: dyndns=http ://mydomain.dyndns.org
do not add the port
do not use https: use the enabletls=1 for that
# http server port for remote access
httpremoteport=
do not use 9000 it is the local server default port,
unless httpport= is defined as something other than 9000
# enable remote access (1: yes, 0: no)
remoteaccess=0
# flash as default media browser for remote access (1: yes, 0: no)
remoteaccessflash=0
at present (6.0.32) this is not working, so leave "0"

Notes: Web View Settings

Posted: Mon Mar 28, 2011 5:20 pm
by phibertron
# 2 letter language setting (en,de,...)
language=en
# bitfield to disabled specific server frontends like HTML or RSS, use (1=HTML, 2=RSS, 4=JSON, 8=FLASH)
disablefrontends=
# menus which are supressed on web config pages
suppressmenu=
# on base URL start media browser and not config pages (1: yes, 0: no)
startupmb=1
# enabled nodes on webbrowse (M,P,V)
webnodes=MPV
# maximum number of pictures returned in webbrowse page
webpicturenum=0
# maximum items that the server will share
maxitems=0

Notes: Client Detect and View Settings

Posted: Mon Mar 28, 2011 5:24 pm
by phibertron
# clear detected clients table on each restart (1: yes, 0: no)
clearclientsonrestart=0
# auto enable new detected clients (1: yes, 0: no)
clientautoenable=1
# default view for clients
defaultview=advanceddefault
sometimes this can show different, than what is shown in web config
# default view
autotree=3
This is deprecated and its function is now defaultview=
But still exists in the ini, and does appear to be used sometimes

Notes: Content Location Settings

Posted: Mon Mar 28, 2011 5:27 pm
by phibertron
# for Linux/NAS systems this is the basedirectory used for content sharing (prepended to all shares)
contentbase=
# follow symbolic links while scanning (Linux only) (1: yes, 0: no)
followlinks=1
I wish followlinks=1 worked for windows systems
# CSV list of all shares, prepended by the type (A,M,P,V) and a '+' or '-' sign to flag enabled or disabled shares
contentdir=+M|C:\Documents and Settings\ADMIN\My Documents\My Music,+P|C:\Documents and Settings\ADMIN\My Documents\My Pictures,+V|C:\Documents and Settings\ADMIN\My Documents\My Videos
# music files under this directory are handled as part of a compilation
compilationsdir=Compilations,Sampler
# ignore this directory for scanning (can be a comma separated list)
ignoredir=AppleDouble
# full path to the iTunes library .xml file
ituneslib=
#
secure_folder_path=
No idea what this is or is used for
# directory where metadata database is stored
dbdir=C:\Documents and Settings\All Users\Application Data\TwonkyMedia\db

Notes: Aggregation Settings

Posted: Mon Mar 28, 2011 5:31 pm
by phibertron
# enable aggregation of other DLNA servers (1: yes, 0: no)
aggregation=0
# default aggregation mode for new discovered servers (0:ignore, 1: aggregate, 2:mirror)
aggmode=0
# directory where server managed music folders are stored, like uploaded and mirrored songs, subfolder names are created based on strings from language files
servermanagedmusicdir=C:\Documents and Settings\All Users\Documents\My Music\TwonkyMedia
note: this setting is also shared with uploads
# directory where server managed picture folders are stored, like uploaded and mirrored photos, subfolder names are created based on strings from language files
servermanagedpicturedir=C:\Documents and Settings\All Users\Documents\My Pictures\TwonkyMedia
note: this setting is also shared with uploads
# directory where server managed video folders are stored, like uploaded and mirrored videos, subfolder names are created based on strings from language files
servermanagedvideodir=C:\Documents and Settings\All Users\Documents\My Videos\TwonkyMedia
note: this setting is also shared with uploads

Notes: Media Fusion Settings

Posted: Mon Mar 28, 2011 5:34 pm
by phibertron
# disable creation of mediafusion account (1: yes, 0: no)
disablemediafusion=
# directory where downloaded online items are cached
onlinedir=C:\Documents and Settings\All Users\Application Data\TwonkyMedia\twonkymedia-server-online-data

Notes: Upload Settings

Posted: Mon Mar 28, 2011 5:37 pm
by phibertron
# enable content upload (1: yes, 0: no)
uploadenabled=1
# The friendly name for upload location in a recording server
uploaddestinationfriendlyname=UploadDestination
# comma separated list of DLNA profiles that shall only be accepted on upload
uploadrestrictedprofiles=
# maximum number of simultaneous CreateObject sessions, set 0 or negative for unlimited
upnpuploadlimit=0
# comma separated list of maximum uploaded file size in megabytes for Photo, Music and Video contents, set 0 for unlimited
uploadmaxfilesize=0,0,0
# directory where server managed music folders are stored, like uploaded and mirrored songs, subfolder names are created based on strings from language files
servermanagedmusicdir=C:\Documents and Settings\All Users\Documents\My Music\TwonkyMedia
note: this setting is also shared with aggregation
# directory where server managed picture folders are stored, like uploaded and mirrored photos, subfolder names are created based on strings from language files
servermanagedpicturedir=C:\Documents and Settings\All Users\Documents\My Pictures\TwonkyMedia
note: this setting is also shared with aggregation
# directory where server managed video folders are stored, like uploaded and mirrored videos, subfolder names are created based on strings from language files
servermanagedvideodir=C:\Documents and Settings\All Users\Documents\My Videos\TwonkyMedia
note: this setting is also shared with aggregation

Notes: Server Settings

Posted: Mon Mar 28, 2011 5:42 pm
by phibertron
# license key
cdkey=
# Compile platform
platform=WIN32
# Stack size in bytes per thread on Linux. Default: 196608
stack_size=196608
# buffer size in KB used for streaming
streambuffer=16384
# default codepage used for ASCII to UTF-8 conversions
codepage=932
# set to 1 to prevent server entering sleep mode (1: yes, 0: no)
disablesleepmode=0
# -1 for evented, 0 for disabled, positive value for rescan time in minutes
scantime=-1
setting scantime=0 does not stop it from scanning on startup
which is also sometimes confused as a batabase rebuild
# maximum time the file scanner can use to scan a file / prevents stalling of the server on corrupted files. 0 for use of default setting (30 seconds).
maxscantimeperfile=0
# automatically install updates when available online (1: yes, 0: no)
autoupdateinstall=0

Notes: Logging and Statistics Settings

Posted: Mon Mar 28, 2011 5:45 pm
by phibertron
# Verbose level for logging
v=0
You can determine the amount of logging need from this post
http://twonkyforum.com/viewtopic.php?f=2&t=4473

You quickly change the verbose level with the following
http ://<server_ip_address>:9000/rpc/get_option?v
http ://<server_ip_address>:9000/rpc/set_option?v= <debug level>
# Log level (0:debug, 1:trace, 2:info, 3:warning, 4:error, 5:critical)
vlevel=4
You can determine the amount of logging need from this post
http://twonkyforum.com/viewtopic.php?f=2&t=4473

You quickly change the logging level with the following
http ://<server_ip_address>:9000/rpc/get_option?vlevel
http ://<server_ip_address>:9000/rpc/set_option?vlevel= <log level>
# enable statistics (1: yes, 0: no)
mediastatisticsenabled=0
If enabled they can be viewed with this rpc call
http ://<server_ip_address>:9000/rpc/stat
# directory where statistics are stored
mediastatisticsdir=C:\Documents and Settings\All Users\Application Data\TwonkyMedia\media-statistics\

Notes: Cache Settings

Posted: Mon Mar 28, 2011 5:53 pm
by phibertron
# directory for cached/transcoded files
cachedir=C:\Documents and Settings\All Users\Application Data\TwonkyMedia\db\cache
# max space files take under the directory for cached/transcoded files
cachemaxsize=
# clear the cache on each restart of the server
clearcacheonrestart=

Notes: Background Transcoding Settings

Posted: Mon Mar 28, 2011 6:34 pm
by phibertron
# background transcoding targets
bgtrans=

Notes: Image Scaler Settings

Posted: Mon Mar 28, 2011 6:37 pm
by phibertron
# specifies the maximum image size in pixels the scaler can handle
scalermaxpixels=

Notes: Removable Media Settings

Posted: Mon Mar 28, 2011 7:01 pm
by phibertron
# removable media drives
rmdrives=
# removable media home drive
rmhomedrive=
# auto share removable media (1: yes, 0: no)
rmautoshare=0
.

Notes: Other Settings

Posted: Mon Mar 28, 2011 7:48 pm
by phibertron
This one appeared sometime in version 6.x

Code: Select all

# minimum interval between two consecutive recordings (in seconds)
hdrlnextreadyvalue=180
These one appear to be some variant of 6.x for DVR's or something

Code: Select all

# enable non-keyframe mode for generating time-seek-table
enablenonkeyframetstgen=0

Code: Select all

# Reget device description for every ALIVE packet (1) or only initially (0, default)
enable_reget=0

Code: Select all

# Poll interval in seconds to receive queue events from Stationary
event_poll_interval=5

Code: Select all

# Mapping of seek in percent to real seeks. Possible values: auto (default), time, bytes
map_seekpct=auto

Code: Select all

# Set to non-zero to disable persistent connections, zero (default) to use them
no_persist_conn=0

Code: Select all

# Time in s for a device to respond to an M-Search after a connection failure. Default: 15
revalidate_time=15

Code: Select all

# Initial interval in s between MSearches. 0 to use normal interval. Default: 3
msearch_start_interval=3

Code: Select all

# Interval in s between MSearches. 0 to disable. Default: 0
msearch_interval=0

Code: Select all

# Enable or disable quick MSearches. 0 to disable, 1 to enable. Default: 1
msearch_quick=1

Code: Select all

# Poll interval for DMR state changes of broken renderers in s. -1 to disable. Default: 5
dmr_state_poll_interval=5

Notes: auto-update.plugin

Posted: Mon Mar 28, 2011 8:50 pm
by phibertron
.
#Mediafusion Integration plugin Fetch ervery 15 Minutes the data from the mediafusion server.
#(c) 2006 by TwonkyVision
launch frequently: !15
exec: auto-update-plugin $dbdir -keystore $keystore -lang $language -inifile $ini_file -name $name -version $version -builddate $builddate -platform $platform -autoupdateinstall $autoupdateinstall -flavor $flavor
launch frequently: !15 could be changed to launch frequently: !1440
so that it ran every 24 hours

Notes: mediafusion-integration.plugin

Posted: Mon Mar 28, 2011 9:04 pm
by phibertron
.
#Mediafusion Integration plugin Fetch every 60 Minutes the data from the mediafusion server.
#(c) 2008 by PacketVideo
launch frequently: !60
exec: mediafusion-integration-plugin $dbdir -reload -keystore $keystore -lang $language
launch frequently: !60 could be changed to launch frequently: !1440
so that it ran every 24 hours

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 9:55 pm
by phibertron
Added some comments to Network Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35203

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 10:15 pm
by phibertron
added some comments to Web Config Access Settings

http://twonkyforum.com/viewtopic.php?f=2&t=9497#p35204

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 10:47 pm
by phibertron
added some comments for Client Detect and View Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35207

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 10:51 pm
by phibertron
added some comments for Content Location Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35208

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 10:54 pm
by phibertron
added some comments for Aggregation Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35209

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 10:58 pm
by phibertron
added some comments for Upload Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35211

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 11:04 pm
by phibertron
added some comments for Logging and Statistics Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35214

Re: TwonkyServer INI Configuration Settings

Posted: Mon Mar 28, 2011 11:10 pm
by phibertron
added some comments for Logging and Server Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35212

Re: TwonkyServer INI Configuration Settings

Posted: Tue Mar 29, 2011 12:28 am
by phibertron
added comments about logging to Logging and Statistics Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35214

Re: TwonkyServer INI Configuration Settings

Posted: Tue Mar 29, 2011 7:16 pm
by phibertron
added some comments for Web Remote Access Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35205

Re: TwonkyServer INI Configuration Settings

Posted: Tue Mar 29, 2011 7:44 pm
by phibertron

Re: TwonkyServer INI Configuration Settings

Posted: Tue Mar 29, 2011 7:51 pm
by phibertron
added some comments on auto-update.plugin

http://www.twonkyforum.com/viewtopic.ph ... 497#p35225

Re: TwonkyServer INI Configuration Settings

Posted: Tue Mar 29, 2011 7:54 pm
by phibertron
added some comments on mediafusion-integration.plugin

http://www.twonkyforum.com/viewtopic.ph ... 497#p35226

Re: TwonkyServer INI Configuration Settings

Posted: Thu Mar 31, 2011 6:38 pm
by phibertron
added some additions to the Discontinued Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35202

Re: TwonkyServer INI Configuration Settings

Posted: Thu Mar 31, 2011 8:18 pm
by phibertron
added some additions to Deprecated Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35202

Re: TwonkyServer INI Configuration Settings

Posted: Thu Mar 31, 2011 10:20 pm
by phibertron
added some additions to New Settings

http://www.twonkyforum.com/viewtopic.ph ... 497#p35202

Re: TwonkyServer INI Configuration Settings

Posted: Thu Mar 31, 2011 10:28 pm
by phibertron
added Twonky Settings Reference.zip

http://www.twonkyforum.com/viewtopic.ph ... 497#p35202

Re: TwonkyServer INI Configuration Settings

Posted: Wed Nov 09, 2011 10:19 pm
by phibertron
Added the following

New Settings in Version 7.x

userid
portalusername
twonkyinfo
enablenmcwebapi
flushlogmsg
disablemytwonky
includefolder
rmadditunes
rmupload
contentdiscoverymode
enableruiserver
disabletimeseek
albumartdir
disableduplicateremoval
ignoredirwithfile
clearclientsonnicchange
enable_reget
no_persist_conn
revalidate_time
msearch_start_interval
msearch_interval
dmr_state_poll_interval
max_supported_server
max_supported_renderer
max_supported_ruis
max_supported_nmcs
automatically_detect_webdav
client_cache_size_limit
client_cache_sweep_time
max_queue_size

Discontinued Settings from Version 6.x

disablebyebyeatstartup
autotree
startupmb
onlinedir
webnodes
webpicturenum
maxscantimeperfile
disablemediafusion

Re: TwonkyServer INI Configuration Settings

Posted: Fri Dec 16, 2011 8:51 pm
by dnlongen
There used to be an ini setting of "randomizeplaylists" to emulate a shuffle feature if the DLNA renderer does not have such a setting (as is the case with my Blu-Ray player). I see from this topic that the feature was discontinued at some point.

Is there another way to shuffle playlists on the Twonky Server side since my player will not shuffle?

Re: TwonkyServer INI Configuration Settings

Posted: Tue Dec 20, 2011 6:33 pm
by Twonky_Rick
Not that I'm aware of. You need a client/player which supports this.

- Rick

Re: Notes: Background Transcoding Settings

Posted: Sat Dec 24, 2011 1:58 pm
by flolilh
phibertron wrote:
# background transcoding targets
bgtrans=

hi...I'm trying the bgtranscode feature of the twonky media server. enabled it with an rpc call. what happens now? it just starts transcoding or do I have to install smth else? some plugin?

Re: TwonkyServer INI Configuration Settings

Posted: Mon Feb 13, 2012 6:38 pm
by phibertron
@flolilh

Thats a whole other ball of wax
There are some threads here on the subject,
of which I am not an expert on
even If I were, I would think twice about it, if you server is not up to the task CPU wise

Re: TwonkyServer INI Configuration Settings

Posted: Sat Aug 18, 2012 12:09 am
by angelinif
I have played with a number of these settings. I have opened tons of ports in my router.

Thecus N4100 Pro NAS, firmware 5.03.01 running 7.0.7 Special Twonky. It works over the Internet except that when you click on something, video or pic, it still thinks it is inside my LAN. Can't we get this thing to do a relative pointing ?

I need to fix this first. I would like to see what it would take for the server to transcode more and not be dependent on the client but it is higher importance to fix this.

I have seen Plex work and it didn't take no where near as much work as what I am doing. Just to let you know I have tried the usual settings changes like below:

# enable https remote connections
enabletls=1

# dynamic dns prefix for remote access, including http://
dyndns=http://yourdyndnsurl:8080 (or 9100 and a host of other ports tried !)

# access to web config pages, 0 for denied, 1 for local only, 2 for open
enableweb=2

# http server port for remote access
httpremoteport=8080 (or 9100 and a host of other ports tried !)

# enable remote access
remoteaccess=1

# flash as default media browser for remote access
remoteaccessflash=0

If I tinker with the remote access then I can't log into the server and get nothing. Anyone with any ideas ?

Re: TwonkyServer INI Configuration Settings

Posted: Sat Aug 18, 2012 1:07 am
by phibertron
@angelinif

first,
undo all the changes you made on your router, and just use port forward to twonkyip 9000
just use what ever external ip and or dnsname the router has fo access

second,
undo the changes you made in the ini, not needed
it has never really worked as one would think,
and in 7.x it is completely borked
you could delete the ini and restart the server if you lost track of changes
it gets recreated on server startup if id doesnt exist
youll have to reconfigure things if you do that though

third
read and impliment the following changes, works like a champ for 7.x

Custom Web Interface Relative Links
http://www.twonkyforum.com/viewtopic.ph ... 627#p40577
.

Re: TwonkyServer INI Configuration Settings

Posted: Mon Feb 19, 2018 6:40 pm
by clasaffloweroil
Thanks for getting time to explain those things to peoples like me who are ... let`s say, beginners.