By having a single quote in a filename: - Streaming is possible - Playlisting is not possible - The database generator (Media scanner?) will raise an error
And a few other errors based on that quote
Logged In: YES user_id=1895263 Originator: YES
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /path/to/streamline/core/getid3/module.tag.id3v2.php on line 123
I think this one is also caused by this bug
about playlisting:
The error seems to occur when saving your 'current playlist' to a saved/named playlist.
I changed this: Open home/playlists/save_list.php Replace: $entry_table->createPLEntry( $listid, $i, addslashes( $items[$i]->getPath() ) ); With: $entry_table->createPLEntry( $listid, $i, $items[$i]->getPath() );
Don't know whether this causes other problems, but I haven't found them yet :)
Log in to post a comment.
Logged In: YES
user_id=1895263
Originator: YES
Warning: fread() [function.fread]: Length parameter must be greater than 0 in /path/to/streamline/core/getid3/module.tag.id3v2.php on line 123
I think this one is also caused by this bug
Logged In: YES
user_id=1895263
Originator: YES
about playlisting:
The error seems to occur when saving your 'current playlist' to a saved/named playlist.
I changed this:
Open home/playlists/save_list.php
Replace:
$entry_table->createPLEntry( $listid, $i, addslashes( $items[$i]->getPath() ) );
With:
$entry_table->createPLEntry( $listid, $i, $items[$i]->getPath() );
Don't know whether this causes other problems, but I haven't found them yet :)