Foobar2000 album image settings

Source: Internet
Author: User

1. There are multiple images in the album directory, and the Circular source has been enabled, but it still cannot be displayed cyclically. Only the first image is displayed?
Let's take a look at the beautiful element's "forgetful" Explanation of the album Image Source:
------------------
You need to select "loop Source Loop during playback" in the configuration item based on the source group, not every item is displayed.
Some Rules of the source group: the source can be grouped by "-" and "-". If there is no "-" before, it indicates that this is a new group, "-" indicates that this is a subitem under the group, and each group can have multiple subitems. "--" indicates that this is the default image, the default image items are required for each group. (If you try this item, it seems that it is not necessary. You can use one of the source items to check whether it is required ).
The following is a reference. In the Settings Project, select "loop source during playback" and "ignore image without cover ". The following "//" is divided into description text. Do not copy the text to the source.
$ Replace ( % PATH % , % Filename _ Ext % ,) Cover. * // The first group: Find the image named "cover" in the same directory of the song.
-$ Replace ( % PATH % , % Filename _ Ext % ,) Front. * // find the image file named front in the same directory of the song
-$Replace ( % PATH % , % Filename _ Ext % ) Cover. * // find the picture with the same name as the cover in the same directory of the song.
-$ Replace ( % PATH % , % Filename _ Ext % ,) * % Album % * // find the image with the album name in the same directory of the song
-$ Replace ( % PATH % , % Filename _ Ext % ,) .. \ * % Album % * // find the image whose file name contains the album name in the directory on the top of the song
-- Components \ default .*
$ Replace ( % PATH % , % Filename _ Ext % ,) % Artist %. * // group 2: Search for images with the same name as the artist in the same directory of the song
-$ Replace ( % PATH % , % Filename_ Ext % ,) .. \ % Artist %. * // find the image with the same name as the artist in the directory on the top of the song
-- Components \ default .*
$ Replace ( % PATH % , % Filename _ Ext % ,) * $ Mod ($ rand (), 10) * // Group 3: Randomly Read images whose names contain numbers in the same directory of a song.
-- Components \ default .*
$ Replace ( % PATH % , % Filename _ Ext % ,) Back. * // Group 4: Find the image whose file name is back in the same directory of the song.
-$ Replace ( % PATH % , % Filename _ Ext % ) Back Cover. * // find the image with the same name as the back cover in the same directory of the song
-- Components \ default .*
------------------
The album image plug-in has only one set of sources by default, so it does not loop through multiple images in the directory. You need to add several groups as needed.
2. My image set is stored in a folder. How do I set the source?
In this centralized storage, you must standardize the name, set the source, and set the matching rate. For example, to name the album by artist, add a group to the source, comparison films are stored in D: \ album Images
D: \ album image \ % artist %-% album % .*
D: \ album image \ % artist % .*
-- Components \ default .*
This group is to first find the image that matches the "artist-album", not the image that matches the "artist", and finally display the default picture.
3. when an image is followed by mouse is enabled and other songs are clicked in the list, the image cannot be displayed immediately. If there is a delay (not the reason for enabling the gradient), the hard disk will also go crazy, why? (This can also happen if you do not enable mouse-followed playback for images (for example, during random playback)
This generally occurs when many songs exist in the list and is caused by the use of * at the end of the source. In this way, the plug-in will try to display all files that meet the conditions, including music files, therefore, you can specify the Suffix in the source instead of *. The new album image plug-in beta version (021b) has changed the default source
$ Replace ( % PATH % , % Filename _ Ext % , Folder folder.jpg
-$ Replace ( % PATH % , % Filename _ Ext % , Using folder.png
-$ Replace ( % PATH % , % Filename _ Ext % , Then folder.gif
-- Components \ default .*

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.