[mythtv-users] MythMusic-0.9

Robert Dege rdege at cse.Buffalo.EDU
Wed Jun 11 23:17:18 EDT 2003


I'm still getting the playlist error message when using mythmusic:

playlist.o: Hey! I can't load playlists if you don't give me a hostname!

I checked out the musicplaylist sql table & saw that it's constantly
generating the default_playlist_storage & backup_playlist_storage cells.
Is this normal?

I think this might be related to my hostname problem since it defaults the
hostname to 'NULL'

I've attached a small text file show my sql table output.

Dege

So Many Things in Life Would Be Really Funny
.... If They Weren't Happening To Me
-------------- next part --------------
mysql> select * from musicplaylist;
+------------+--------------------------+----------+----------------------------------------+
| playlistid | name                     | hostname | songlist                               |
+------------+--------------------------+----------+----------------------------------------+
|          1 | default_playlist_storage | mythtv   |                                        |
|          2 | backup_playlist_storage  | mythtv   |                                        |
|          3 | backup_playlist_storage  | mythtv   |                                        |
|          4 | default_playlist_storage | mythtv   |                                        |
|          5 | default_playlist_storage | mythtv   |                                        |
|          6 | backup_playlist_storage  | mythtv   |                                        |
|          7 | default_playlist_storage | mythtv   |                                        |
|          8 | backup_playlist_storage  | mythtv   |                                        |
|          9 | default_playlist_storage | mythtv   | 2,11,10,6,1,14,3,7,9,8,5,15,4,12,16,13 |
|         10 | default_playlist_storage | mythtv   |                                        |
|         11 | backup_playlist_storage  | mythtv   |                                        |
|         12 | default_playlist_storage | mythtv   | 2,6                                    |
|         13 | backup_playlist_storage  | mythtv   |                                        |
|         14 | default_playlist_storage | mythtv   |                                        |
|         15 | backup_playlist_storage  | mythtv   |                                        |
|         16 | default_playlist_storage | NULL     |                                        |
|         17 | backup_playlist_storage  | NULL     |                                        |
+------------+--------------------------+----------+----------------------------------------+
17 rows in set (0.00 sec)

mysql> 



More information about the mythtv-users mailing list