- Some settings should be in sync
- Some settings belong to a certain computer/environment
- Same is true for plugins and addons
I would suggest a cloud-based solution (TC Premium

Moderators: Hacker, petermad, Stefan2, white
Well that's what I ment with cumbersome. Exactly what I don't want. Running around with an USB stick and start batch files is really 00s.I used a portable installation for years on several different computers.
With the help of section redirections and environment variables
set from batch before start I always had only set of settings and plugins.
Isn't that a problem with most programs?Lefteous wrote:Some settings should be in sync
Which are?Lefteous wrote:Some settings belong to a certain computer/environment
Almost every plug-in uses a different config mechanism on it's own, so at the end of the day we still have to copy those things manually.Lefteous wrote:Same is true for plugins and addons
Yeah sure, I let TC connect to the cloud every time I start it.Lefteous wrote:I would suggest a cloud-based solution
For desktop programs yes, on mobile platforms it's quite embarrassing for an app to handle settings just locally.Isn't that a problem with most programs?
In my experience just being able to export and import doesn't quite work. It leads to working with old settings when you forgot to update them - tedious.I'd vote for some "export and import base settings" function from inside TC,
where a settings file (preferably not some plain copy of the main ini files) can be exported and imported.
But for that the Achilles heel is the "RedirectSection" feature.
Think about the favorites folders menu. You might not use the same menu at home where you don't have that company network drive. Or you have a different folder structure, other projects and so on.Which are?
The only ones I see are the drives list for the automatic refresh, and maybe the Thumbnail cache location.
You are right. That's really a problem. I agree that something must be done about the location in the plugin APIs. The flexibility the plugins have isn't just because the default location suggested by TC is in most cases a bad choice but because the plugins and the users need the flexbility.Almost every plug-in uses a different config mechanism on it's own, so at the end of the day we still have to copy those things manually.
I experimented with VMware ThinApp some time ago, where you can create a sandbox for every user.
It worked quite well for the base use, but at the end some plug-in settings were interfering with it.
I think there is no way to make those settings portable in every case, until we get new plug-in interfaces which will enforce to use TC's suggested settings location/file.
I think the most prominent example on desktops is Mozilla Firefox. Cloud-syncing tabs, bookmarks, passwords, history, add-ons and settings is so straightforward there that I don't want to miss it. And this is for very different platforms and devices.Yeah sure, I let TC connect to the cloud every time I start it.
Sorry, but the last think I'd want is some arbitrary cloud connection.
I already have enough programs which use it, although there is absolutely no need for it.
Well, it still helps when it comes to porting the base settings.Lefteous wrote:In my experience just being able to export and import doesn't quite work. It leads to working with old settings when you forgot to update them - tedious.
I'm not sure if I understand the demand.Lefteous wrote:Think about the favorites folders menu. You might not use the same menu at home where you don't have that company network drive. Or you have a different folder structure, other projects and so on.
Of course it can work in a program like Firefox, because it doesn't need to handle all sorts of customizable paths and commands all over the place.Lefteous wrote:I think the most prominent example on desktops is Mozilla Firefox. Cloud-syncing tabs, bookmarks, passwords, history, add-ons and settings is so straightforward there that I don't want to miss it. And this is for very different platforms and devices.
Yes synching basic settings would be great. Everything else would be advanced or even ambitious. Stuff like history is definitely not meaningful.base settings
Yes, I use most of your "tricks" too since a long time, simply because there is not much else you can do if you want portable paths from your TC dir.EricB wrote:I've managed to work around most of the drawbacks mentioned in this thread, but it requires a few tricks:
...
I agree that the work pays off when it comes to adding things to your personal TC environment. But trying to port some of my settings to e.g. a friend's TC installation is still a painful work of manual ini tweaking.EricB wrote:I agree it would be nice to have this kind of setup out-of-the-box without some hours of tweaking, but hey, being a computer enthousiast, this is also a fun puzzle.