Menu

#25 XMPlay plugin issue

3.0.0_BETA
accepted
XMPlay (1)
3
2024-01-26
2012-12-25
efy
No

1.
Lawkeeper.sap
When 'Play just once' option is active and subsongs are played constantly from 1 to 9, only two first subsongs have sound.

2.
Plugin doesn't remember 'Show information about the currently played file' selection after XMPlay exit.

Discussion

  • Piotr Fusik

    Piotr Fusik - 2012-12-27
    • labels: --> XMPlay
    • priority: 5 --> 3
    • assigned_to: nobody --> pfusik
     
  • Piotr Fusik

    Piotr Fusik - 2012-12-27

    Please create separate tickets for unrelated problems.

    1. This SAP file (and many other SAP files) has incomplete initialization routine. One possible solution would be to fix these files providing correct initialization routines. Another solution is to reload the file for every subsong. I'll think of advantages and disadvantages of these two options.

    2. Fix committed, also for Winamp.

     
    • efy

      efy - 2023-12-14

      ...Another solution is to reload the file for every subsong....

      XMPlay has "Separate subsongs" option so the file could be reloaded for every separated subsong in playlist.
      Currently when adding files to the playlist, ASAP plugin doesn't pass the number of subsongs and therefore they cannot be separated (each file must be started playing first).

       
  • Piotr Fusik

    Piotr Fusik - 2023-12-14

    Currently when adding files to the playlist, ASAP plugin doesn't pass the number of subsongs

    What is the API for that? Or could you show sample code?

     
    • efy

      efy - 2023-12-15

      XMPlay plugin SDK:
      https://www.un4seen.com/download.php?xmp-sdk

      // get file info
      // return: the number of subsongs
      static DWORD WINAPI FLAC_GetFileInfo(const char *filename, XMPFILE file, float **length, char **tags)
      
       
  • Piotr Fusik

    Piotr Fusik - 2023-12-18

    XMPlay has "Separate subsongs" option so the file could be reloaded for every separated subsong in playlist.

    Where is this option in XMPlay 3.8.5 ?

     
    • efy

      efy - 2023-12-19

      This option is located in the context menu displayed after right-clicking on selected items in the playlist.

       
  • Piotr Fusik

    Piotr Fusik - 2023-12-20

    I updated the plugin to the current XMPlay SDK. Could you please beta-test https://asap.sourceforge.net/xmp-asap-6.0.2-BETA1.zip ? I'd like to make a release ASAP. ;)

     
    • efy

      efy - 2023-12-20

      After separating subsongs of Lawkeeper.sap in the playlist and starting playback from the first item (subsong) with Auto-advance playlist option, there is silence from 3rd item (subsong).

       
    • efy

      efy - 2024-01-23

      After dragging the entire ASMA directory (or even the /Games directory) to the playlist, XMPlay exits while retrieving the track durations.

       
      • Piotr Fusik

        Piotr Fusik - 2024-01-23

        Thanks! I narrowed the crash to Halftime_Battlin_Bands.sap

         
      • Piotr Fusik

        Piotr Fusik - 2024-01-24

        I emailed the XMPlay support.

         
      • Piotr Fusik

        Piotr Fusik - 2024-01-25

        The XMPlay support debugged the crash in 6.0.2. It was for multi-subsong files. Please test the fix: https://asap.sourceforge.net/xmp-asap-6.0.3-ALPHA1.zip

         
        • efy

          efy - 2024-01-26

          Please reinit/reset player for every separated subsong in playlist.
          Now, for example, separated subsongs of \Games\Lethal_Weapon.sap are silent.

           
  • Piotr Fusik

    Piotr Fusik - 2023-12-20
    • status: open --> accepted
    • Group: --> 3.0.0_BETA
     

Log in to post a comment.