Display part of a label?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
frellAn Offline
Senior Member
Posts: 181
Joined: Jul 2010
Reputation: 6
Location: Sweden
Post: #1
I want to diplay part of a label, is this possible?

For example, if I display a filename like this:

Hannibal.2001.720p.REPACK.BluRay.x264-HANGOVER.mkv

I want to display only that between the "-" and the ".mkv" is this possible?
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #2
The scene group that released it.......why? Confused Confused
find quote
frellAn Offline
Senior Member
Posts: 181
Joined: Jul 2010
Reputation: 6
Location: Sweden
Post: #3
Just an example but like, fun to know. "Ripped by:" In the info screen. Some rippers make a better job than others.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,927
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
Look down a few posts -

Is it possible "Trim" labels?

[Image: sig_zps3af3b48e.jpg]
find quote
frellAn Offline
Senior Member
Posts: 181
Joined: Jul 2010
Reputation: 6
Location: Sweden
Post: #5
Yeah I saw that post but I didn't think it covered the same exact topic, but this is by other means impossible then? Tongue
find quote
phil65 Offline
Skilled Skinner
Posts: 4,456
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #6
you could add some labels with substring(ListItem.FileName,HANGOVER) etc. as visibility condition, but you´d have to add all release groups (or what else you want to display) yourself.
find quote