Search found 5 matches

by dorentuz
August 12th, 2009, 12:58 pm
Forum: Post-Processing Scripts
Topic: Regex help
Replies: 2
Views: 3129

Re: Regex help

The most simple solution (but definitely not the fastest) is something like this placed before the return: genre = genre.replace("USA:([a-zA-Z0-9+-]+)"); Haven't tested it though, but something like that should work.. And if it doesn't, please post the entire script or at least the input o...
by dorentuz
May 8th, 2009, 8:36 am
Forum: Feature Requests
Topic: Naming servers
Replies: 5
Views: 3726

Re: Naming servers

Here are my changes. Maybe they could be of some use to someone.. :)
by dorentuz
May 7th, 2009, 10:09 am
Forum: Feature Requests
Topic: Naming servers
Replies: 5
Views: 3726

Re: Naming servers

I know there's a hosts file on unix/linux/osx as well, but you only mentioned the windows one. As far as changing it, I see no need to change the way it's stored. It's just an extra field that has no function besides showing a name. I managed to change it in the configuration, but haven't figured o...
by dorentuz
May 7th, 2009, 9:06 am
Forum: Feature Requests
Topic: Naming servers
Replies: 5
Views: 3726

Re: Naming servers

If I was using windows, that'd be possible.. However, I'm not. Okay, I know that's a possibility, but imho it's something that's supposed to be in the program itself..

If you don't think it's something needed in sabnzbd+, I'll just add it myself :)
by dorentuz
May 6th, 2009, 5:41 pm
Forum: Feature Requests
Topic: Naming servers
Replies: 5
Views: 3726

Naming servers

I'd really like to see an input field to change a servers name. It's somewhat annoying to have to think about which port belongs to a server (I'm using tunnels, so they all show localhost as the host).

I'm sure this can't be too hard to implement.. :)