<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Apr 27, 2018 at 5:40 PM Mark Perkins <<a href="mailto:perkins1724@hotmail.com">perkins1724@hotmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="m_-2837699753252732426moz-cite-prefix">On 28/04/18 05:23, Ashu Desai wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr"><br clear="all">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>Here's mysql output of this:</div>
<div><br>
</div>
<div>
<div>MariaDB [mythconverg]> select * from storagegroup;</div>
<div>+----+-------------+------------+---------------------------+</div>
<div>| id | groupname   | hostname   | dirname                   |</div>
<div>+----+-------------+------------+---------------------------+</div>
<div>|  1 | Default     | mythmaster | /usr/local/media/live-tv  |</div>
<div>|  2 | LiveTV      | mythmaster | /usr/local/media/live-tv/ |</div>
<div>|  3 | DB Backups  | mythmaster | /usr/local/media/live-tv  |</div>
<div>|  4 | <span style="background-color:rgb(255,255,0)">Videos      | mythmaster | /usr/local/media/Videos/ 
</span>|</div>
<div>|  5 | Coverart    | mythmaster | /usr/local/media/Videos/  |</div>
<div>|  6 | Music       | mythmaster | /usr/local/media/Music/   |</div>
<div>|  7 | Fanart      | mythmaster | /usr/local/media/Fanart/  |</div>
<div>|  8 | Screenshots | mythmaster | /usr/local/media/Fanart/  |</div>
<div>|  9 | Banners     | mythmaster | /usr/local/media/Banners/ |</div>
<div>| 10 | Default     | 10.0.0.54  | /usr/local/media/live-tv/ |</div>
<div>| 11 | LiveTV      | 10.0.0.54  | /usr/local/media/live-tv/ |</div>
<div>| 12 | DB Backups  | 10.0.0.54  | /usr/local/media/live-tv/ |</div>
<div>| 14 | Trailers    | 10.0.0.54  | /usr/local/media/live-tv/ |</div>
<div>| 15 | Coverart    | 10.0.0.54  | /usr/local/media/Banners/ |</div>
<div>| 16 | Fanart      | 10.0.0.54  | /usr/local/media/Fanart/  |</div>
<div>| 17 | Screenshots | 10.0.0.54  | /usr/local/media/Banners/ |</div>
<div>| 18 | Music       | 10.0.0.54  | /usr/local/media/Music/   |</div>
<div>| 19 | MusicArt    | 10.0.0.54  | /usr/local/media/Music    |</div>
<div>| 21 | Banners     | 10.0.0.54  | /usr/local/media/Banners/ |</div>
<div>| 22 | Photographs | 10.0.0.54  | /usr/local/media/Pic/     |</div>
<div>+----+-------------+------------+---------------------------+</div>
<div>20 rows in set (0.00 sec)</div>
</div>
<div><br>
</div>
</div>
</blockquote>
</div>
<div dir="ltr" class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature"><br>
</div>
<div class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature">Would it be safe for me to delete any entries in the above - if you see the highlighted yellow - it is still somehow pulling up my Videos group - and this resonates with what I am seeing. Only the
 "Movie" videos, not my collection of TV shows (not the recording but DVD rips of my fav shows for easier access)</div>
<div class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature"><br>
</div>
<div class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature">Also - not sure how/why there are multiple entries of same groups - example Music - one is listed under the "mythmaster" name and another under the IP address. Would love some help here so I can
 get to the root cause of this issue.</div>
<div class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature"><br>
</div>
<div class="m_-2837699753252732426gmail_signature" data-smartmail="gmail_signature">Thank you! </div>
</div>
<br>
<br>
</blockquote>
It looks to me like you have changed the hostname of the backend at some time (from mythmaster to 10.0.0.54) which mythtv uses as the identifier of who it is (unless overriden in config.xml). So your database thinks that there are two different systems around.
<br>
<br>
I could be wrong but IIRC just deleting that storage group line is probably not the correct thing although it might at least make the video's unplayable. When you scanned for movies / shows on the original backend (mythmaster?) it would have populated the mythvideo
 tables with your shows including the host that 'held' the files. Your new / current backend (10.0.0.54?) doesn't have storage group paths to those shows however when you scan mythtv recognizes that the mythmaster host is 'missing in action' and presumes that
 this might be a temporary thing so leaves those shows in place (just in case it is temporary).<br>
<br>
The simplest supported course of action is probably to just shutdown current backend, change LocalHostName override to mythmaster in config.xml, run mythtv-setup to remove the video storage group path from that host (check the backend IP address while you are
 there), start the backend up as mythmaster then run "mythutil --scanvideos" on the backend (or start a frontend pointing to mythmaster and trigger a scan from within mythvideo). That should at least clean up all the correct tables.<br>
<br></div></blockquote><div><br></div><div>I think this did it! THANK YOU!!!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
There are probably a few options available in mysql if you are proficient in that but they will probably take just as long and carry much higher risk of making a mistake.<br>
<br>
</div><br></blockquote></div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"></div></div>