2024-03-21, 10:09
(2024-03-21, 09:57)andrzejls Wrote: @ElRippo See my post #391.
Checked, working - thx
(2024-03-21, 09:57)andrzejls Wrote: @ElRippo See my post #391.
xml:<value condition="String.IsEqual(Skin.String(SkinHelper.ForcedViews.musicvideos),597)">$LOCALIZE[41184]</value>
(2024-03-21, 15:14)latts9923 Wrote: @andrzejlsThis is great. THANKS. How can I get this file for testing/implementation?
I got the default and custom views list working. The default list will display by default. There is a new file named Includes_views.xml.custom that you will need to customize to display only the views you'd like to see. View Type-02 is commented out in this file as an example. The file can be updated while Kodi is running. After making changes, you can switch to the default views list and back to the custom list to see the updated views list.
(2024-03-21, 15:14)latts9923 Wrote: I added View Type-28 to the forced views for Music Videos. Open Variables.xml and find "ForcedView_musicvideos". Below the line that has $LOCALIZE[41172] as the value, add this line...I added this line as you instructed but for some reason View Type-28 is not listed.
xml:<value condition="String.IsEqual(Skin.String(SkinHelper.ForcedViews.musicvideos),597)">$LOCALIZE[41184]</value>
(2024-03-21, 16:28)latts9923 Wrote: @andrzejlsThat sounds like right way to do it. THANKS.
You bet! There are quite a few code changes to get the custom views to work...it will have to wait until I get a new update posted.
(2024-03-21, 16:28)latts9923 Wrote: Doh...forgot to tell you to change another file. Open extras/views.xml and find "Wall 3D v2". At the end of the types add ",musicvideos".That did the trick!. Thanks
(2024-03-20, 13:38)andrzejls Wrote: I need some advise/help in proper configuration/syntax of nfo files for Music Videos. I have been strugling with this for very long time with mix results. Dos anyone of experts here has samples of properly working nfo files?. IMHO this entire section of Kodi was/is, kind of, left behind. latts9923 is putting an effort to it and provide great help but I am still lost with nfo files.@andrzejls
(2024-03-22, 00:40)Juan Mortyme Wrote:@Juan Mortyme Thank you for your help. Yes, I have seen both sites and they have a great amount of information. My specific issue is that I would like to specify in "nfo" files "clearlogo" and "cleartart" for Music Videos. So far I am not successful and whenever I do "refresh" I loose those two. I, then have to go back to "Information" --> Choose Art. Then again, might be that "clearart" and "clearlogo" are not supported in "nfo" files, I do not know.(2024-03-20, 13:38)andrzejls Wrote: I need some advise/help in proper configuration/syntax of nfo files for Music Videos. I have been strugling with this for very long time with mix results. Dos anyone of experts here has samples of properly working nfo files?. IMHO this entire section of Kodi was/is, kind of, left behind. latts9923 is putting an effort to it and provide great help but I am still lost with nfo files.@andrzejls
Agree. Check these pages https://kodi.wiki/view/NFO_files/Music_videos#top and https://kodi.wiki/view/NFO_files/Templat...o_Template
Quote:<?xml version="1.0" encoding="utf-8" standalone="yes"?>Notice "ART" section, that is where "fanart", "clearlogo", "poster" etc... have to be identified.
<musicvideo>
<title>Live at Donington</title>
<userrating>0</userrating>
<top250>0</top250>
<track>-1</track>
<album>Live at Donington</album>
<outline></outline>
<plot>Live at Donington is the DVD recording of the Australian rock band AC/DC‘s show at Donington Park on 17 August 1991, directed by David Mallet; it was the band's third Monsters of Rock festival. The two-hour show was performed before 72,500[1] spectators and included real cannons, the Hells Bell, an inflatable Rosie and two inflatable Anguses: one to the right of the stage, and one in the back of the stage during Hell Ain't a Bad Place to Be.[2] It was filmed in 35 mm Panavision and had 26 cameras that included one situated inside a helicopter. The DVD includes special features such as stereo and 5.1 surround sound, Iso-cam versions of certain songs for different band members, and audio commentary from Angus and Malcolm Young.</plot>
<runtime>118</runtime>
<mpaa></mpaa>
<playcount>0</playcount>
<lastplayed></lastplayed>
<id></id>
<genre>Rock</genre>
<year>1991</year>
<status></status>
<director></director>
<director></director>
<director></director>
<director></director>
<code></code>
<aired></aired>
<trailer></trailer>
<lockdata>false</lockdata>
<artist>AC/DC</artist>
<art>
<poster>nfs://192.168.1.25/export/Concerts/ACDC/poster.jpg</poster>
<fanart>nfs://192.168.1.25/export/Concerts/ACDC/fanart.jpeg</fanart>
<clearlogo>nfs://192.168.1.25/export/Concerts/ACDC/clearlogo.png</clearlogo>
</art>
<fileinfo>
<streamdetails>
<video>
<codec>h264</codec>
<micodec>h264</micodec>
<bitrate>2640877</bitrate>
<width>768</width>
<height>432</height>
<aspect>16:9</aspect>
<aspectratio>16:9</aspectratio>
<framerate>23.976025</framerate>
<scantype>progressive</scantype>
<default>True</default>
<forced>False</forced>
<duration>118</duration>
<durationinseconds>7085</durationinseconds>
</video>
<audio>
<codec>ac3</codec>
<micodec>ac3</micodec>
<bitrate>192000</bitrate>
<language>eng</language>
<scantype>progressive</scantype>
<channels>2</channels>
<samplingrate>48000</samplingrate>
<default>True</default>
<forced>False</forced>
</audio>
<audio>
<codec>ac3</codec>
<micodec>ac3</micodec>
<bitrate>448000</bitrate>
<scantype>progressive</scantype>
<channels>6</channels>
<samplingrate>48000</samplingrate>
<default>False</default>
<forced>False</forced>
</audio>
</streamdetails>
</fileinfo>
<resume>
<position>0.000000</position>
<total>0.000000</total>
</resume>
<dateadded>2021-01-24 14:43:43</dateadded>
</musicvideo>
(2024-03-22, 20:15)latts9923 Wrote: @andrzejls@latts9923 That would be great.
I can look at adding that option.
(2024-03-24, 14:45)latts9923 Wrote: @andrzejls@latts9923 Great, thanks. That did the trick and I even like green color.
I never noticed that before...good catch. Fixed...open Variables.xml and find "GlobalCaseVarSpin". Change the image name for ListItem.IsCollection to set.png instead of p.png.