Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: how to split playlist item into two lines? (Read 2697 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

how to split playlist item into two lines?

how to split playlist item into two lines?

i don't know the tag for break-space (new line) because titleformating form doesn't accept ENTER key.

ie:
Code: [Select]
%title%
%artist%


i'm using columns ui and i'm looking for some simple solution.

result should look like playlist items on this picture (muine, gnome audio player):
http://muine-player.org/wiki/Image:Brandon...eScreenshot.png

thank you in advance

how to split playlist item into two lines?

Reply #1
I don't think you can do that, can you? You'd think like $char(000D) or $char(13) or something like that would work, but foobar (or Columns UI, anyway) just strips it out.

how to split playlist item into two lines?

Reply #2
It's not possible, because you're inherently limited to one line per track.

how to split playlist item into two lines?

Reply #3
You could just increase the padding ...
love, IAN
droptothetop.com/

how to split playlist item into two lines?

Reply #4
is there a plugin or any other solution?

 

how to split playlist item into two lines?

Reply #5
Quote
is there a plugin or any other solution?
[a href="index.php?act=findpost&pid=374600"][{POST_SNAPBACK}][/a]


Nope. Theoretically, I think someone could create a new playlist view for foo_ui_columns, but 1.) No one has and 2.) I'm not sure if that's even possible ATM.