Plex: Genre bei Musik (vorerst)
This commit is contained in:
parent
5aa92aade5
commit
71b28e4ff0
@ -135,6 +135,12 @@ function plex:get_plex(query)
|
|||||||
rating = ''
|
rating = ''
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if data.Genre[1] then
|
||||||
|
genre = '\n<b>Genre:</b> '..data.Genre[1].tag
|
||||||
|
else
|
||||||
|
genre = ''
|
||||||
|
end
|
||||||
|
|
||||||
if data.summary then
|
if data.summary then
|
||||||
if string.len(data.summary) > 400 then
|
if string.len(data.summary) > 400 then
|
||||||
desc = '\n\n<i>'..string.sub(unescape(data.summary:gsub("%b<>", "")), 1, DESC_LENTH)..'...</i>'
|
desc = '\n\n<i>'..string.sub(unescape(data.summary:gsub("%b<>", "")), 1, DESC_LENTH)..'...</i>'
|
||||||
@ -164,9 +170,7 @@ function plex:get_plex(query)
|
|||||||
elseif data.librarySectionTitle == 'Gronkh Streams' then
|
elseif data.librarySectionTitle == 'Gronkh Streams' then
|
||||||
text = title..tag..origtitle..studio..date2..fsk..duration..rating..desc
|
text = title..tag..origtitle..studio..date2..fsk..duration..rating..desc
|
||||||
elseif data.librarySectionTitle == 'Musik' then
|
elseif data.librarySectionTitle == 'Musik' then
|
||||||
text = title..artist..musicDate..desc
|
text = title..artist..musicDate..genre..desc
|
||||||
elseif data.librarySectionTitle == 'Musik (Unsortiert!)' then
|
|
||||||
text = title..artist..musicDate..desc
|
|
||||||
elseif data.librarySectionTitle == 'Musikvideos' then
|
elseif data.librarySectionTitle == 'Musikvideos' then
|
||||||
text = title..tag..origtitle..studio..date2..fsk..duration..rating..desc
|
text = title..tag..origtitle..studio..date2..fsk..duration..rating..desc
|
||||||
elseif data.librarySectionTitle == 'Serien' then
|
elseif data.librarySectionTitle == 'Serien' then
|
||||||
|
Reference in New Issue
Block a user