Home of the Squeezebox™ & Transporter® network music players.
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Member
    Join Date
    Jan 2007
    Location
    Glasgow, UK
    Posts
    64

    Custom Skip Problem

    Don't think the log file is showing any errors. Is there anything else to look out for?
    I tried using the settings from 7.3.4 but no joy. I've tried every variation but nothing has worked.

    Any help appreciated.
    Steve

  2. #12
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,315
    Quote Originally Posted by skind56 View Post
    Wow that was fast. Thanks.
    Here are the lines when I try to play a Zapped song:
    [09-10-13 23:26:13.8318] Plugins::CustomSkip::Plugin::newSongCallback (2018) Received newsong for file:///C:/Documents%20and%20Settings/Kindness%27s/My%20Documents/My%20Music/Various%20Artists/The%20Album%20[Virgin]%20Disc%201/07%20Do%20You%20Want%20To.mp3
    [09-10-13 23:26:13.8344] Plugins::CustomSkip::Plugin::executeDynamicPlayLis tFilter (576) Using primary filter: Zapped
    [09-10-13 23:26:13.8355] Plugins::CustomSkip::Plugin::executeDynamicPlayLis tFilter (599) Calling: Plugins::CustomSkip::Plugin for zapped with: file:///C:/Documents%20and%20Settings/Kindness%27s/My%20Documents/My%20Music/Various%20Artists/The%20Album%20[Virgin]%20Disc%201/07%20Do%20You%20Want%20To.mp3
    [09-10-13 23:26:13.8359] Plugins::CustomSkip::Plugin::executeDynamicPlayLis tFilter (601) Calling: Plugins::CustomSkip::Plugin :: checkCustomSkipFilterType

    Does this help?

    Thanks again
    Steve
    Unless you get some error or some more messages after that last line it looks like it doesn't think the track is in the Zapped playlist. I assume you are sure it is in the zapped playlist ?

    Which version of the Custom Skip plugin do you use ?
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  3. #13
    Member
    Join Date
    Jan 2007
    Location
    Glasgow, UK
    Posts
    64
    Quote Originally Posted by erland View Post
    Unless you get some error or some more messages after that last line it looks like it doesn't think the track is in the Zapped playlist. I assume you are sure it is in the zapped playlist ?

    Which version of the Custom Skip plugin do you use ?
    Erland

    I can play the Zapped playlist which, I think, shouldn't happen?
    I'm using the latest version( I'm at work so can't recall number) via extension downloader.
    Tonight I'll try creating a new playlist, add a song then change custom skip to use that playlist as all my playlists were created pre 7.4.
    Anything else I could try?

    Thanks
    Steve

  4. #14
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,315
    Quote Originally Posted by skind56 View Post
    Erland

    I can play the Zapped playlist which, I think, shouldn't happen?
    I'm using the latest version( I'm at work so can't recall number) via extension downloader.
    Tonight I'll try creating a new playlist, add a song then change custom skip to use that playlist as all my playlists were created pre 7.4.
    Anything else I could try?

    Thanks
    Steve
    How does the Custom Skip settings look like ?
    There is a setting for Custom Skip that controls if it only should be active in Dynamic Playlists or if it should be active in all type of playlists.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  5. #15
    Member
    Join Date
    Jan 2007
    Location
    Glasgow, UK
    Posts
    64

    Custom Skip settings

    Quote Originally Posted by erland View Post
    How does the Custom Skip settings look like ?
    There is a setting for Custom Skip that controls if it only should be active in Dynamic Playlists or if it should be active in all type of playlists.
    Below is all my settings with a new 'test' playlist and file prints:-

    Filter directory: C:\Documents and Settings\Kindness's\My Documents\My Music
    Play+Hold mixer action: Yes
    Enable filtering on all playlists: Yes

    Active filter set: Default Filter Set
    Choose a filter set for skipping music:
    ---------------------------------------------------------------------------
    Default Filter Set Delete Edit
    Zapped Delete Edit
    ----------------------------------------------------------------------------
    Create new filter set Turn off filtering(Custom Skip 2.3.3)

    Filter Set Name: Default Filter Set
    Choose a filter item to edit or create a new one
    1. Playlist test, 1,

    Playlist to skip test
    Skip percentage 100%
    Valid Forever
    Retry later Yes

    test.m3u:
    #CURTRACK 0
    #EXTM3U
    #EXTINF:265,I Shot the Sheriff
    C:\Documents and Settings\Kindness's\My Documents\My Music\Eric Clapton\461 Ocean Boulevard\I Shot The Sheriff.mp3

    defaultfilterset.cs.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <customskip>
    <name>Default Filter Set</name>
    <filter>
    <id>playlist</id>
    <parameter>
    <id>name</id>
    <value>test</value>
    </parameter>
    <parameter>
    <id>customskippercentage</id>
    <value>100</value>
    </parameter>
    <parameter>
    <id>customskipvalidtime</id>
    <value>0</value>
    </parameter>
    <parameter>
    <id>customskipretrylater</id>
    <value>1</value>
    </parameter>
    </filter>
    </customskip>

    server log file:
    frame 15: (eval) (slimserver.pl line 0)

    [09-10-26 22:45:09.3584] Plugins::CustomSkip::Plugin::initFilters (2869) Searching for custom skip configuration in: C:\Documents and Settings\Kindness's\My Documents\My Music
    [09-10-26 22:45:09.3589] Plugins::CustomSkip::Plugin::initFilterTypes (699) Searching for filter types
    [09-10-26 22:45:09.3595] Plugins::CustomSkip::Plugin::initFilterTypes (713) Getting filter types for: Plugins::CustomSkip::Plugin
    [09-10-26 22:45:09.3602] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Zapped
    [09-10-26 22:45:09.3606] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Song
    [09-10-26 22:45:09.3611] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Artist
    [09-10-26 22:45:09.3616] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not artist
    [09-10-26 22:45:09.3621] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Album
    [09-10-26 22:45:09.3625] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not album
    [09-10-26 22:45:09.3630] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Genre
    [09-10-26 22:45:09.3635] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not genre
    [09-10-26 22:45:09.3639] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Playlist
    [09-10-26 22:45:09.3644] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not playlist
    [09-10-26 22:45:09.3649] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Less Than Year
    [09-10-26 22:45:09.3655] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Greater Than Year
    [09-10-26 22:45:09.3661] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Short songs
    [09-10-26 22:45:09.3666] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Long songs
    [09-10-26 22:45:09.3671] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Lossy
    [09-10-26 22:45:09.3676] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Lossless
    [09-10-26 22:45:09.3681] Plugins::CustomSkip::Plugin::initFilterTypes (713) Getting filter types for: Plugins:: DynamicPlayList::Plugin
    [09-10-26 22:45:09.3686] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Recently added album
    [09-10-26 22:45:09.3691] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Recently added artist
    [09-10-26 22:45:09.3710] Plugins::CustomSkip::Plugin::readFiltersFromDir (2932) Loading skip configuration from: C:\Documents and Settings\Kindness's\My Documents\My Music
    [09-10-26 22:45:09.5256] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:09.5263] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:09.5313] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading name and converting from latin1
    [09-10-26 22:45:09.5318] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:09.5324] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskipretrylater and converting from latin1
    [09-10-26 22:45:09.5340] Plugins::CustomSkip::Plugin::getFilters (2826) Adding filter: Zapped.cs.xml
    [09-10-26 22:45:09.5344] Plugins::CustomSkip::Plugin::getFilters (2826) Adding filter: defaultfilterset.cs.xml
    [09-10-26 22:45:13.6312] Plugins::CustomSkip::Plugin::initFilters (2869) Searching for custom skip configuration in: C:\Documents and Settings\Kindness's\My Documents\My Music
    [09-10-26 22:45:13.6317] Plugins::CustomSkip::Plugin::initFilterTypes (699) Searching for filter types
    [09-10-26 22:45:13.6323] Plugins::CustomSkip::Plugin::initFilterTypes (713) Getting filter types for: Plugins::CustomSkip::Plugin
    [09-10-26 22:45:13.6330] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Zapped
    [09-10-26 22:45:13.6335] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Song
    [09-10-26 22:45:13.6340] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Artist
    [09-10-26 22:45:13.6344] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not artist
    [09-10-26 22:45:13.6352] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Album
    [09-10-26 22:45:13.6358] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not album
    [09-10-26 22:45:13.6363] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Genre
    [09-10-26 22:45:13.6368] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not genre
    [09-10-26 22:45:13.6376] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Playlist
    [09-10-26 22:45:13.6381] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Not playlist
    [09-10-26 22:45:13.6386] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Less Than Year
    [09-10-26 22:45:13.6391] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Greater Than Year
    [09-10-26 22:45:13.6396] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Short songs
    [09-10-26 22:45:13.6400] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Long songs
    [09-10-26 22:45:13.6405] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Lossy
    [09-10-26 22:45:13.6413] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Lossless
    [09-10-26 22:45:13.6419] Plugins::CustomSkip::Plugin::initFilterTypes (713) Getting filter types for: Plugins:: DynamicPlayList::Plugin
    [09-10-26 22:45:13.6424] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Recently added album
    [09-10-26 22:45:13.6429] Plugins::CustomSkip::Plugin::initFilterTypes (723) Got filter types: Recently added artist
    [09-10-26 22:45:13.6445] Plugins::CustomSkip::Plugin::readFiltersFromDir (2932) Loading skip configuration from: C:\Documents and Settings\Kindness's\My Documents\My Music
    [09-10-26 22:45:13.8003] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:13.8011] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:13.8062] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading name and converting from latin1
    [09-10-26 22:45:13.8068] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskippercentage and converting from latin1
    [09-10-26 22:45:13.8073] Plugins::CustomSkip::Plugin:: parseFilterContent (2997) Loading customskipretrylater and converting from latin1
    [09-10-26 22:46:58.7861] Slim::Web::HTTP:: protectURI (2436) Error: Slim::Web::HTTP:: protectURI() is deprecated - please use Slim::Web::HTTP::CSRF->protectURI() instead
    [09-10-26 22:46:58.7872] Slim::Web::HTTP:: protectURI (2436) Backtrace:

    frame 0: Slim::Utils::Log::logBacktrace (/<C:\PROGRA~1\SQUEEZ~3\server\SqueezeSvr.exe>Slim/Web/HTTP.pm line 2436)
    frame 1: Slim::Web::HTTP:: protectURI (C:\Documents and Settings\All Users\Application Data\Squeezebox\Cache\InstalledPlugins/Plugins/PowerSave/Settings.pm line 20)
    frame 2: Plugins::PowerSave::Settings:: page (/<C:\PROGRA~1\SQUEEZ~3\server\SqueezeSvr.exe>Slim/Web/Settings.pm line 228)
    frame 3: Slim::Web::Settings::handler (C:\Documents and Settings\All Users\Application Data\Squeezebox\Cache\InstalledPlugins\Plugins\Cus tomSkip\lib/Plugins/CustomSkip/BaseSettings.pm line 66)
    frame 4: Plugins::CustomSkip::BaseSettings::handler (C:\Documents and Settings\All Users\Application Data\Squeezebox\Cache\InstalledPlugins\Plugins\Cus tomSkip\lib/Plugins/CustomSkip/Settings.pm line 69)
    frame 5: Plugins::CustomSkip::Settings::handler (/<C:\PROGRA~1\SQUEEZ~3\server\SqueezeSvr.exe>Slim/Web/HTTP.pm line 1107)
    frame 6: Slim::Web::HTTP::generateHTTPResponse (/<C:\PROGRA~1\SQUEEZ~3\server\SqueezeSvr.exe>Slim/Web/HTTP.pm line 913)

  6. #16
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,315
    Quote Originally Posted by skind56 View Post
    Below is all my settings with a new 'test' playlist and file prints:-

    Active filter set: Default Filter Set
    Choose a filter set for skipping music:
    ---------------------------------------------------------------------------
    Default Filter Set Delete Edit
    Zapped Delete Edit
    ----------------------------------------------------------------------------
    Create new filter set Turn off filtering(Custom Skip 2.3.3)
    It seems like the "Default Filter Set" is active according to this, not the "Zapped" filter set. But maybe you change this when you did this last test ?

    There can only be one filter set active at the time for a specific player. Each filter set can contain one or several filter items.

    From your configuration it looks like the "Default Filter Set" is active and that only contains a filter item that skips tracks in the test.mp3 playlist. This means that tracks in the zapped playlist won't be skipped.

    Could this explain why it works as it does ?

    The log in your latest post only shows the initialization and doesn't show the situation when the actual skipping takes place.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  7. #17
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,315
    Quote Originally Posted by erland View Post
    It seems like the "Default Filter Set" is active according to this, not the "Zapped" filter set. But maybe you change this when you did this last test ?

    There can only be one filter set active at the time for a specific player. Each filter set can contain one or several filter items.

    From your configuration it looks like the "Default Filter Set" is active and that only contains a filter item that skips tracks in the test.mp3 playlist. This means that tracks in the zapped playlist won't be skipped.

    Could this explain why it works as it does ?

    The log in your latest post only shows the initialization and doesn't show the situation when the actual skipping takes place.
    You can ignore this, it's a bug.
    I just realized I had corrected it in my development version some time ago but I haven't released it yet.

    I'll release a working 2.3.4 version soon.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  8. #18
    Member
    Join Date
    Jan 2007
    Location
    Glasgow, UK
    Posts
    64
    Quote Originally Posted by erland View Post
    You can ignore this, it's a bug.
    I just realized I had corrected it in my development version some time ago but I haven't released it yet.

    I'll release a working 2.3.4 version soon.
    Erland

    Version 2.3.4 has solved the problem.
    Thanks for fixing this so quickly and for this great plugin.

    Steve

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •