<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jan 4, 2016 at 11:22 PM, Paul Harrison <span dir="ltr"><<a href="mailto:mythtv@sky.com" target="_blank">mythtv@sky.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 5 January 2016 at 05:11, Mike Rice <<a href="mailto:mikerice1969@gmail.com">mikerice1969@gmail.com</a>> wrote:<br>
> The tables look reasonable to me:<br>
><br>
> mysql> select song_id, name, directory_id,filename from music_songs where<br>
> song_id=1;<br>
> +---------+-------------------+--------------+----------------------------------------+<br>
> | song_id | name              | directory_id | filename<br>
> |<br>
> +---------+-------------------+--------------+----------------------------------------+<br>
> |       1 | Because The Night |            1 | 10,000 Maniacs - Because The<br>
> Night.mp3 |<br>
> +---------+-------------------+--------------+----------------------------------------+<br>
</span>> 1 row in set (0.00 sec..)<br>
><br>
<br>
I'll have to check the code when I get home but I would expect the<br>
directory_id to be 0 here if the file is called '/usr1/music/10,000<br>
Maniacs - Because the Night.mp3' and the Music SG is '/usr1/Music'.<br>
<div><div class="h5"><br></div></div></blockquote><div>Ah.  If I create another directory under /usr1/music and put all the file there everything works fine (after clean and rescan).  I guess it's only a problem when the music files are stored directly in the storage group directory.  That explains why more people were not seeing the problem. </div></div></div></div>