User Tools

Site Tools


info:misc:custom_videos_in_library

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
info:misc:custom_videos_in_library [2017/05/22 08:07] tomgleinfo:misc:custom_videos_in_library [2017/05/22 08:41] (current) tomgle
Line 1: Line 1:
 ===== Custom Videos in Library ===== ===== Custom Videos in Library =====
 +
 +You can use Ember Media Manager to create the custom TV Show.\\
 +You Just Have to manually add all information then scan into XBMC\\
  
 I've done a lot of what you are attempting and figured out how  I've done a lot of what you are attempting and figured out how 
-to get it to work for just about anything. I use the bare  
 minimum .nfo files and they work. I suppose more items could be  minimum .nfo files and they work. I suppose more items could be 
 added but I simply want the files to show up in library mode. I  added but I simply want the files to show up in library mode. I 
Line 10: Line 12:
 My setup is:\\ My setup is:\\
  
-~~~ 
-SOURCE.FOLDER.for.TVshows 
----Name.of.TVshow.folder 
-------s1e1.name.of.video.file.avi 
-------s1e1.name.of.video.file.nfo 
-------s1e1.name.of.video.file.tbn (picture shown for episode 1) 
-------s1e2.name.of.video.file.avi 
-------s1e2.name.of.video.file.nfo 
-------s1e2.name.of.video.file.tbn (picture shown for episode 2) 
-fanart.jpg (background image for the tvshow) 
-folder.jpg (banner or movie poster that shows up in library mode) 
-tvshow.nfo 
  
-"tvshow.nfo" +    SOURCE.FOLDER.for.TVshows 
-Code: +    ---Name.of.TVshow.folder 
-<tvshow xsd="http://www.w3.org/2001/XMLSchema" xsi="http://www.w3.org/2001/XMLSchema-instance"> +    ------s1e1.name.of.video.file.avi 
-  <title>TV SHOW TITLE</title> +    ------s1e1.name.of.video.file.nfo 
-  <rating>10.0</rating> +    ------s1e1.name.of.video.file.tbn (picture shown for episode 1) 
-  <plot>SHOW PLOT</plot> +    ------s1e2.name.of.video.file.avi 
-  <genre>Documentary</genre> +    ------s1e2.name.of.video.file.nfo 
-  <premiered>1969-07-14<premiered /> +    ------s1e2.name.of.video.file.tbn (picture shown for episode 2) 
-  <studio>International</studio> +    fanart.jpg (background image for the tvshow) 
-</tvshow>+    folder.jpg (banner or movie poster that shows up in library mode) 
 +    tvshow.nfo
  
-s1e1.name.of.video.file.nfo +    "tvshow.nfo" 
-Code: +    Code: 
-<episodedetails xsd="http://www.w3.org/2001/XMLSchema" xsi="http://www.w3.org/2001/XMLSchema-instance"> +    <tvshow xsd="http://www.w3.org/2001/XMLSchema" xsi="http://www.w3.org/2001/XMLSchema-instance"> 
-  <title>EPISODE TITLE</title> +      <title>TV SHOW TITLE</title> 
-  <season>1</season> +      <rating>10.0</rating
-  <episode>1</episode> +      <plot>SHOW PLOT</plot> 
-  <aired>2011</aired+      <genre>Documentary</genre
-  <plot>EPISODE PLOT</plot> +      <premiered>1969-07-14<premiered /> 
-  <displayseason /> +      <studio>International</studio
-  <displayepisode /> +    </tvshow>
-  <watched>false</watched+
-  <rating /> +
-</episodedetails>+
  
-~~~ +    s1e1.name.of.video.file.nfo 
-these should work for you. Sometimes when I get something wrong +    Code: 
 +    <episodedetails xsd="http://www.w3.org/2001/XMLSchema" xsi="http://www.w3.org/2001/XMLSchema-instance"> 
 +      <title>EPISODE TITLE</title> 
 +      <season>1</season> 
 +      <episode>1</episode> 
 +      <aired>2011</aired> 
 +      <plot>EPISODE PLOT</plot> 
 +      <displayseason /> 
 +      <displayepisode /> 
 +      <watched>false</watched> 
 +      <rating /> 
 +    </episodedetails> 
 + 
 + 
 +These should work for you. Sometimes when I get something wrong 
 I have to remove my source, clean the library, and re-add the  I have to remove my source, clean the library, and re-add the 
 source to get it to take. For this reason I use a separate  source to get it to take. For this reason I use a separate 
Line 55: Line 57:
 whole library to fix a mistake with a few files.\\ whole library to fix a mistake with a few files.\\
  
-hope this helps+ 
info/misc/custom_videos_in_library.1495454845.txt.gz · Last modified: 2017/05/22 08:07 by tomgle