dtsig wrote:Is it possible to 'create' a new output string?
What I am trying to do is that while using dlna I want to get a list of 'unwatched' episodes. So starting with TV I then use 'played' to limit tracks to only those that haven't been watched. and you get just a list of episode titles. I would like to view the info with Season# Episode# - Title.
Is there a way to do that that I haven't found? I am reviewing the pdf but not seeing it.
Thanks
The combination of several arbitrary fields or any another custom string for displaying in captions of local nodes (e.g. <Album> myText <First Album Artist> some other text
<Main Genre>) is on my ToDo list almost from the begin. Unfortunately, that thing is not so simple as it sounds and I am not sure when/if I will ever add it.
There are few questions regarding to such syntax as well and here are just two ones which comes to my mind right now:
1. how to implement opening and closing angle brackets ("<" and ">") per one local node? I could implement the syntax where we would have first defined fields and text for caption and after that all related qualifiers (e.g. My Node\<Album> myText <First Album Artist> some other text<Main Genre>|Sort by:Avg(Year)\<Title>). However, that could lead to the broken compatibility with all existing masks where qualifiers are inside of <> brackets, but not outside.
2. on which field should be implemented Sort by qualifier (and probably many other qualifiers as well)? Let say that you want to add Sort by:Avg(Year) qualifier to my example - should it be implemented to <Album> or <First Album Artist> or <Main Genre> or to complete resulting field "<Album> myText <First Album Artist> some other text <Main Genre>"? You know, Avg(Year) is different for Artist than for Album or any other field.
Also, there is the question of complexity for users. The Magic Nodes Settings dialog is already too hard to understand for many users, if I add a possibility to create custom captions for nodes on local levels it would be a total disaster.
I think it could be a lot simpler, both for me and for users, if I add one or more new hard-coded fields that would return the wanted text, in your case it would be "Season# Episode# - Title".
However, I am not sure if I understand what you meant by "and you get just a list of episode titles." Did you try the suggestion that I sent to you by e-mail? I think it displays what you want, but on 3 levels instead of just one (just add \<Title> on the end):
Code: Select all
Test|Position:First child|Child of:Library|MM filter:Video\<Album>\<Season number>\<Episode number>
By the way, I think we should continue with this conversation in e-mail since you are referring to the fields that exist only in beta version that I sent to you.