opening .m3u files
-thanks
on adding folder items to this_folder after receiving added_items
try
repeat with i from 1 to number of items in added_items
set this_item to item i of added_items
set the item_info to info for this_item
if the name extension of the item_info is in {"torrent", "m3u", "some otherextension"} then
open this_item
end if
end repeat
end try
end adding folder items to
opening .m3u files