You are here

Need help to make TV-Browser portable

16 posts / 0 new
Last post
sylvio2000
Offline
Last seen: 17 years 3 months ago
Joined: 2006-02-09 15:10
Need help to make TV-Browser portable

TV-Browser stores its settings on Harddisk.
I found out (in the tv-browser forum) that you only have to change some absolute paths into relative paths. But I dont know how to do it. Hope somebody can help me. Here are the paths:

# In this folder TV-Browser stores the settings
userdir=${user.home}/TV-Browser

# In this folder TV-Browser stores the TV listings
tvdatadir=${user.home}/TV-Browser/tvdata

# In this folder TV-Browser stores the plugins
#pluginsdir=${user.home}/TV-Browser/plugins

# The folder for logging
#logdirectory=${user.home}/TV-Browser

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Wha?

What's user.home?
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

sylvio2000
Offline
Last seen: 17 years 3 months ago
Joined: 2006-02-09 15:10
TV-Browser stores its

TV-Browser stores its settings in "C:\Dokumente und Einstellungen\Administrator\TV-Browser". I think thats what is meant by user.home
I dont know what the correct path for the english Windows-version is, but you know what I mean Smile

I have already changed these lines into:
--------------------------------------------------------
# In this folder TV-Browser stores the settings
userdir=TV-Browser

# In this folder TV-Browser stores the TV listings
tvdatadir=TV-Browser/tvdata

# In this folder TV-Browser stores the plugins
#pluginsdir=TV-Browser/plugins

# The folder for logging
#logdirectory=TV-Browser
---------------------------------------------------
By changing this, it creates a new folder in the TV-Browser-folder called TV-Browser (the same like like in C:\Dokumente und Einstellungen\Administrator\TV-Browser )
First I thought everything is fine, but when i copy TV-Browser to another location on the harddisk, the menues are incorrect. Instead of "file"-dialog, there is something like "MainFrame.menu.main#TV-Browser"

Dont understand me wrong, I dont know anything about relative paths, but I thought there is a general structure of relative paths someone can tell me.
Hope someone can help me.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Well that clarifys a bit

And does anyone know what the NSIS variable for the user profile. It is possible to redirect that.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
Your wish...

... is my command

$PROFILE

is what you are seeking.

P.S. Sync 2.0 today I hope!

Yours

Steve Lamerton

sylvio2000
Offline
Last seen: 17 years 3 months ago
Joined: 2006-02-09 15:10
Sorry that I have to ask:

Sorry that I have to ask: But were you talking about my question?
@ Steve
is that $PROFILE for my problem? If so, how do I have to change the lines exactly? And what is Sync 2.0 ? Sorry, but I am not very familiar with this.
And sorry if I understand you wrong. My native language is german

Steve Lamerton
Steve Lamerton's picture
Offline
Last seen: 10 years 6 months ago
Developer
Joined: 2005-12-10 15:22
Oops, sorry to confuse.

Me and 'im were talk about a way to re-direct the TV-Browser to a portable folder, dont worry, we'll do that. As for Sync 2.0 just ignore that!

Yours

Steve Lamerton

Bruce Pascoe
Offline
Last seen: 12 years 2 months ago
Joined: 2006-01-15 16:14
I should let you know...

It's unsafe to log in under the Windows XP Administrator account for normal use. I think it has even more privileges than a standard admin account, so it's just not a smart thing to do. It's like logging into Linux as root all the time.

-
fatcerberus@yahoo.com  [aim: fatcerberus]
I have no witty remarks or quotes to share at the moment.

Ashes for Tears
Offline
Last seen: 16 years 5 months ago
Joined: 2006-01-11 08:41
Wide open admin

Wide open admin account...*shivers*

------

sylvio2000
Offline
Last seen: 17 years 3 months ago
Joined: 2006-02-09 15:10
Yes I know I am logged in as

Yes I know I am logged in as an Admin. But i never had any problems with that.

Now, i just want to know how to set the relative paths Smile

Bruce Pascoe
Offline
Last seen: 12 years 2 months ago
Joined: 2006-01-15 16:14
...

You better have a damn good firewall, then, because if anyone ever manages to exploit your PC, you're in deep, deep doodoo (the hacker would have access to literally EVERYTHING).

-
fatcerberus@yahoo.com  [aim: fatcerberus]
I have no witty remarks or quotes to share at the moment.

sylvio2000
Offline
Last seen: 17 years 3 months ago
Joined: 2006-02-09 15:10
I dont use a firewall. I

I dont use a firewall. I think that Software-firewalls on a desktop-pc are needless. Some time ago I had a firewall, but it only alerts when somebody scanned my pc. There was never a serious problem with hackers.

BTW: my problem is solved:
------------------------------------------------------------
# In this folder TV-Browser stores the settings
userdir=../TV-Browser/settings

# In this folder TV-Browser stores the TV listings
tvdatadir=../TV-Browser/tvdata

# In this folder TV-Browser stores the plugins
#pluginsdir=../TV-Browser/plugins

# The folder for logging
#logdirectory=../TV-Browser
-------------------------------------------------------------
So everything is stored in the "TV-Browser"-folder, whereever it is Smile

My main problem was, that i copied the folder into a subfolder called "!Portable". Seems that there is something wrong with the exclamation mark.

Thanks for help

Sylvio

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Cool

Looks like we dont need a launcher.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

Bruce Pascoe
Offline
Last seen: 12 years 2 months ago
Joined: 2006-01-15 16:14
Hmm.

I think that Software-firewalls on a desktop-pc are needless.

I used to think the same thing until I got the MSBlast worm. A virus that can cause your computer to shut down the minute you connect to the internet and can exploit an unprotected computer without any user intervention is a very good reason to have a firewall from where I'm standing. It's not just human hackers you have to worry about; the automated kind--worms--are just as bad if not worse.

Oh well; to each his own.

-
fatcerberus@yahoo.com  [aim: fatcerberus]
I have no witty remarks or quotes to share at the moment.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
Exactly

I have two ones for my whole network plus four programs.
One can never have too many firewalls.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

Ashes for Tears
Offline
Last seen: 16 years 5 months ago
Joined: 2006-01-11 08:41
Heh, no indeed...

One cannot. Though it looks like by your standards, I'm two proggies short! Blum

------

Topic locked