Here you can see the currently configured file name schemes which the "Guess Tag Information From File Name" entry in the song's context menu uses to extract tag information from a file name. Each string may contain one of the following placeholders:<ul>
<li>%t: Title</li>
<li>%a: Artist</li>
<li>%A: Album</li>
<li>%T: Track</li>
<li>%c: Comment</li>
</ul>
For example, the file name scheme "[%T] %a - %t" would match "[01] Deep Purple - Smoke on the water" but not "(Deep Purple) Smoke on the water". For that second name, you would use the scheme "(%a) %t".<p/>
Note that the order in which the schemes appear in the list is relevant, since the tag guesser will go through the list from the top to the bottom, and use the first matching scheme.
من هنا تستطيع ان ترى مخططات اسم الملف المضبوطة حالياً، والتي يستخدمها الزر "اقتراح" الموجود في محرر الوسوم ليستخلص معلومات الوسوم من اسم الملف. وكل نص يحتوي على واحد من التالي:<ul>
<li>%t: العنوان</li>
<li>%a: المؤدي</li>
<li>%A: الألبوم</li>
<li>%T: المقطوعة</li>
<li>%c: التعليق</li>
</ul>
على سبيل المثال، مخطط اسم الملف"[%T] %a - %t" سيُطابق "[01] Deep Purple - Smoke on the water" ولكن ليس "(Deep Purple) Smoke on the water". للاسم الثاني، يجب استخدام المخطط"(%a) %t".<p/>
لاحظ أن الترتيب الذي تظهر به المخططات في القائمة سيكون مناسب، بما أن مُخمن الوسوم سيبدأ من أعلى القائمة لأسفلها، وسيستخدم أول مخطط تطابق.