GuzziMP / my-films

Automatically exported from code.google.com/p/my-films
0 stars 0 forks source link

List separators do not support "new line" separation #350

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some grabber scripts support using "new line" ('\n') for list separation.
To support such cases the same way, we do it in the grabber engine, support 
should be added.
To use it, use '#LF#' as separator for lists - it will internally be changed 
into "new line detection"

Original issue reported on code.google.com by Mikeplan...@web.de on 4 Sep 2013 at 8:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2923.

Original comment by Guzz...@googlemail.com on 4 Sep 2013 at 8:45

GoogleCodeExporter commented 9 years ago
How and where do I test/document this?
I need steps to reproduce the defect.

Original comment by Dade...@gmail.com on 22 Jun 2014 at 7:38

GoogleCodeExporter commented 9 years ago
There were some users, that wanted to have persons separated by "LF" = new 
line, e.g.:
Person1
Person2
Person3
For those cases, you need to set list separator (In MF setup, Tab views, List 
separators) to "linefeed" to allow MF to split those properly from the DB 
content (e.g. to create the actors in details etc.). Tus we needed to support 
"new line" - and we did it same way we support "new line" in grabber interface 
(="#LF#").

Original comment by Guzz...@googlemail.com on 22 Jun 2014 at 9:18

GoogleCodeExporter commented 9 years ago
Since I have no content where persons (or other multiple value fields) are 
separated by line feeds, how do I test this? Can I simply edit a movie XML? 
With what? \n?

Go ahead and verify it and document it. Then those 'users' who reported it can 
test it and report if there are any issues. ;)

Original comment by Dade...@gmail.com on 22 Jun 2014 at 9:52

GoogleCodeExporter commented 9 years ago
I think z3us requested that initially... this issue here was only a bugfix for 
MF internal display.
Original issue here:
https://code.google.com/p/my-films/issues/detail?id=49

Original comment by Guzz...@googlemail.com on 22 Jun 2014 at 10:29

GoogleCodeExporter commented 9 years ago
Yes z3us verified #49 - so this issue is only allowing user to enter #LF# in MF 
Setup right? That enables each value to be searched (and listed) in views, 
right?

If that's correct, I can't really verify as I don't know what grabber uses 
linefeeds, but I can document it easily.

Original comment by Dade...@gmail.com on 23 Jun 2014 at 3:09

GoogleCodeExporter commented 9 years ago
Yes, that's correct.

Original comment by Guzz...@googlemail.com on 23 Jun 2014 at 7:51

GoogleCodeExporter commented 9 years ago
Docs updated: 
http://wiki.team-mediaportal.com/1_MEDIAPORTAL_1/17_Extensions/3_Plugins/My_Film
s/4_MyFilms_Setup/3_Views_Tab#List_Separator

Copied z3us on this issue in case he is able to test/verify it.

Original comment by Dade...@gmail.com on 24 Jun 2014 at 12:43