Author Topic: Compact / short subject view  (Read 12050 times)

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Compact / short subject view
« on: September 14, 2007, 09:30:36 PM »
Option to show shortened subjects for posts, preferrably release names

and/or

option to view filenames only in subject column.

Offline djphatic

  • Contributor
  • ***
  • Posts: 2
Re: Compact / short subject view
« Reply #1 on: January 10, 2010, 03:41:32 PM »
I would also like to see an option to toggle filenames only.

Offline realbase

  • Contributor
  • ***
  • Posts: 9
Re: Compact / short subject view
« Reply #2 on: January 25, 2010, 03:42:43 PM »
+1

Offline Rdl

  • Administrator
  • *****
  • Posts: 3935
Re: Compact / short subject view
« Reply #3 on: January 26, 2010, 08:13:37 PM »
I like this one. I'm open for suggestions on best regex to find filename.

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Compact / short subject view
« Reply #4 on: January 26, 2010, 08:18:37 PM »
Wouldn't it be nice if the regexes were user configurable, then we could play and play ... :D

Here's a kludge for starters:

Code: [Select]

'/.*(\"|\s)(.*?\.(par2|par|rar|r[0-9]+|nfo|sfv|subs|sr[trs]|nzb|mkv|vob|mp[34]|m3u|avi|mpe?g|jpg|png|bmp|html|ac3|[0-9]+))(\s|\"|$)/i'

filename = group 2


« Last Edit: January 26, 2010, 08:23:34 PM by Hecks »

Offline realbase

  • Contributor
  • ***
  • Posts: 9
Re: Compact / short subject view
« Reply #5 on: January 27, 2010, 02:23:16 PM »
+1 again for your regex idea!

Offline Rdl

  • Administrator
  • *****
  • Posts: 3935
Re: Compact / short subject view
« Reply #6 on: February 14, 2010, 10:04:28 PM »
Done. Once regexpr text file is created in misc dir, you can edit it and probably make it better.

Test file and help

Offline laurent33

  • Contributor
  • ***
  • Posts: 6
Re: Compact / short subject view
« Reply #7 on: February 14, 2010, 10:47:34 PM »
Your Help file is not compatible with seven or vista.

Offline Rdl

  • Administrator
  • *****
  • Posts: 3935
Re: Compact / short subject view
« Reply #8 on: February 14, 2010, 11:08:06 PM »

Offline laurent33

  • Contributor
  • ***
  • Posts: 6
Re: Compact / short subject view
« Reply #9 on: February 15, 2010, 03:18:57 AM »
Thx.

Offline Prinz

  • Contributor
  • ***
  • Posts: 13
Re: Compact / short subject view
« Reply #10 on: February 15, 2010, 03:02:55 PM »
Once regexpr text file is created in misc dir, you can edit it and probably make it better.

Redownloaded alt.binz today, but i don't see any regexpr text file in misc dir.  ???

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: Compact / short subject view
« Reply #11 on: February 15, 2010, 03:24:29 PM »
To clarify:

1. Redownload & restart Alt.Binz 0.31.4
2. In Queue, right-click & toggle 'Filename mode'
3. Regex file created = misc\filemoderegex.txt
4. Any changes to that file -> restart Alt.Binz

Works nicely, but one thing I noticed is that the ellipses seem to be preserved ...
« Last Edit: February 15, 2010, 03:26:27 PM by Hecks »

Offline Rdl

  • Administrator
  • *****
  • Posts: 3935
Re: Compact / short subject view
« Reply #12 on: February 15, 2010, 03:25:40 PM »
Right click on download queue, check filemode and it will appear then.

To be clear, you don't have to edit anything for filemode to work properly. You just have chance to tweak a bit regex

Offline davidq666

  • Contributor
  • ***
  • Posts: 1302
  • Watashi Wa Ero Desu!
Re: Compact / short subject view
« Reply #13 on: February 15, 2010, 03:49:53 PM »
would something simular be possible/usefull for the searchresults as well? shorter searchresult could make naming collections somewhat easier i imagine

Offline Prinz

  • Contributor
  • ***
  • Posts: 13
Re: Compact / short subject view
« Reply #14 on: February 15, 2010, 03:57:59 PM »
To clarify:

1. Redownload & restart Alt.Binz 0.31.4
2. In Queue, right-click & toggle 'Filename mode'
3. Regex file created = misc\filemoderegex.txt

Tried that. misc\filemoderegex.txt still isn't created.  :o

I even tried alt.binz 0.31.4 in a new dir, toggling 'Filename mode' doesn't create the file misc\filemoderegex.txt  :-[