User Tools

Site Tools


kodi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kodi [2022/04/14 17:24] – link to Kore, removed <album> from my music video template, ssa rjtkodi [2024/04/25 10:39] (current) – MediaElch update rjt
Line 7: Line 7:
 Some keyboard shortcuts I forget: Some keyboard shortcuts I forget:
  
-^ c ^ __C__ontext menu | Let's you do handy things like mark a movie as watched |+^ c ^ __C__ontext menu  | Let's you do handy things like mark a movie as watched 
 +^ i ^ __I__nformation   | View movie info., like metadata. |
 ^ \ ^ Fullscreen toggle | | ^ \ ^ Fullscreen toggle | |
  
Line 24: Line 25:
 If you're setting this up after already having a big collection of stuff you can use a combination of tools like [[comm]] (or [[diff]]), [[find]], and [[sort]] to check which directories don't have .nfo files. If you're setting this up after already having a big collection of stuff you can use a combination of tools like [[comm]] (or [[diff]]), [[find]], and [[sort]] to check which directories don't have .nfo files.
  
-I tend to do them by hand, but here're some tools to make the organisation process much less tedious:+<del>I tend to do them by hand because I'm overly picky about [[metadata|metadata]], but</del> (I've started using [[MediaElch]] to organise my metadata, both to make things easier and to help mitigate the misidentification issues I keep getting with Kodi) here're some tools to make the organisation process much less tedious:
  
   * [[tinyMediaManager]] | https://www.tinymediamanager.org/   * [[tinyMediaManager]] | https://www.tinymediamanager.org/
-  * [[MediaElch]] | https://www.kvibes.de/mediaelch/+  * [[MediaElch]] | https://www.kvibes.de/mediaelch/ - My fave so far.
   * [[FileBot]] | https://www.filebot.net/   * [[FileBot]] | https://www.filebot.net/
  
Line 44: Line 45:
 I have a file called ''movie.nfo'' in my ''~/Templates'' directory that I use for new entries. Contents: I have a file called ''movie.nfo'' in my ''~/Templates'' directory that I use for new entries. Contents:
  
-<code xml>+<code xml movie.nfo>
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <movie> <movie>
Line 71: Line 72:
 Like with movies, I have a template I use: Like with movies, I have a template I use:
  
-<code xml>+<code xml music-video.nfo>
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <musicvideo> <musicvideo>
Line 81: Line 82:
  <country></country>  <country></country>
  <director></director>  <director></director>
 + <plot></plot
 </musicvideo> </musicvideo>
 </code> </code>
  
-Supposedly 'director' isn't used, but I want that info for myself :)+Supposedly 'director' isn't used, but I want that info for myself :) and it does seem to show in Kodi anyway. 'Plot' is for additional info. about the video, if it's from a live performance, or a film, etc.
  
-also create a subtitle file (.ssathat mimics the artist/titles credits Rage puts on videos:+[[https://kodi.wiki/view/Music_videos|The page on the Kodi wiki]] says you need to keep the files in one directory and use the filename format ''[artist] - [title].[ext]'', but think this is more for people who use music video scrapers (which aren't great—). As long as you have the .nfo files and tell it to search recursively (like you do with other media) it'll be fine.
  
-<code ini> +If you want to include your own thumbnail (//poster//) images (and //fanart//, etc.) there are some set filenames that'll let Kodi see them, eg: ''[artist] - [title]-poster.[ext]''. Leaving the ''[artist'' part off the front seems to work fineHaving Kodi generate the thumbnails itself is a bit slow.
-[Script Info] +
-; Edit 'PlayResX[1080|1920]''[ARTIST]''[Title]' +
-Title: Default Aegisub file +
-ScriptType: v4.00 +
-WrapStyle: 0 +
-ScaledBorderAndShadow: yes +
-YCbCr Matrix: TV.601 +
-PlayResX: [1080|1920] +
-PlayResY: 1080+
  
-[V4 Styles] +==== Playlists ====
-Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, Bold, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding +
-Style: Rage-artist,Nimbus Sans Narrow,100,16777215,255,-1,5,1,70,10,10,+
-Style: Rage-title,Nimbus Sans Narrow,80,16777215,255,-1,5,1,70,10,70,1+
  
-[Events+I haven't messed with playlists, but I think I'd find them useful for music videos. You can also mix music and music videos into one playlist. 
-FormatMarkedStartEndStyleText + 
-Dialogue: Marked=0,0:00:15.00,0:00:25.00,Rage-artist,{\pos(70,934)}[ARTIST] +  * [[https://kodi.wiki/view/Playlists]
-DialogueMarked=0,0:00:15.00,0:00:25.00,Rage-title,[Title+ 
-</code>+You have four types (well, I'm ignoring one deliberately): 
 + 
 +  * **Queue** - Temporary list you can add videos to as you explore your library. 
 +  * **Party Mode** - Temporary list of ten random songs from your librarycan set exclusion rules. Seems like a bad way to run a party to me. 
 +  * **Basic** - List of paths to filesin m3plsetc. formats, like you'd use elsewhere. 
 +  * **Smart** - A dynamic playlist based on querying Kodi's database. There's a playlist creator in the Kodi interface. They can also be used as menu items. 
 + 
 +==== Accompanying Media ==== 
 + 
 +You can keep images like album covers and film posters in their works' respective folder if you don't want to rely on scrapersor want to override their choicesIt's not a feature I've made use of yet (though I do it for most of my music library anyway)but I was curious, so I'm reading about itI think I'll find it useful for music videos at leastand maybe customising the odd film poster. 
 + 
 +You can also add a 'theme' audio file (plays when you look at movie info.???
 + 
 +  * https://kodi.wiki/view/Artwork (See the links on the right) 
 +  * https://kodi.wiki/view/Artwork_types 
 + 
 +=== Movie === 
 + 
 +  * [movie] ([year])-poster.[ext] - Poster imagemain image used in menus. 
 +  * [movie([year])-trailer.[ext] - Movie trailers. 
 +  * [movie] ([year])-theme.[ext] - Audio file... 
 + 
 +=== Music Video ===
  
-The page on the Kodi wiki says you need to keep the files in one directory and use the filename format ''[artist] - [title].[ext]'', but as long as you have the .nfo files and tell it to search recursively (like you do with other media) it'll be fine.+  * [artist] - [song]-poster.[ext] - Video thumbnail. 
 +  * Others: https://kodi.wiki/view/Music_Video_artwork
  
 ===== See Also ===== ===== See Also =====
kodi.1649921085.txt.gz · Last modified: 2022/04/14 17:24 by rjt