Jump to content

Açılışta M3U Dosyasını Okutma


Kral__
 Share

Recommended Posts

for i,v in pairs(_CommandLineArgs) do
if String.SplitPath(v).Extension == ".m3u" then

if (readTbl) then
ListBox.SetUpdate(list,false);
for i=1,#readTbl do
local split = String.SplitPath(readTbl[i]);
ListBox.AddItem(list,split.Filename..split.Extension,readTbl[i]);
end
ListBox.SetUpdate(list,true);

Dialog.TimedMessage("Kral Player v2", "Müzik Listesi Ekleniyor...", 200, MB_ICONINFORMATION);
end
end
end

kodlar bunlar yardımcı ederseniz ne mutlu bana Kral Player v2 nin son ayarlarını yapıyorumda :blush:

Link to comment
Share on other sites

[b]Açılışta İşlem Yapmak İstiyorsan Kodlara[/b]
[codebox]
if _CommandLineArgs[1] ~= nil and _CommandLineArgs[1] ~="" then
Uzanti = String.SplitPath(_CommandLineArgs[1]);
sUzanti = Uzanti.Extension
if sUzanti == ".m3u" or sUzanti == ".m3u" then
[/codebox]
[b]Diye Başlayacaksın.[/b]

[b]Proje Verseydin Daha İyi Olurdu.[/b]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...