Menu

#30 Single quote in filename screws up a lot

v1.0-beta4
open
nobody
General (7)
7
2007-09-20
2007-09-20
Quis
No

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

Discussion

  • Quis

    Quis - 2007-09-20
    • priority: 5 --> 7
     
  • Quis

    Quis - 2007-09-20

    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

     
  • Quis

    Quis - 2007-09-21

    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 :)

     

Log in to post a comment.

MongoDB Logo MongoDB