hooglkorea.blogg.se

Folderplayer playlist
Folderplayer playlist









  1. FOLDERPLAYER PLAYLIST HOW TO
  2. FOLDERPLAYER PLAYLIST GENERATOR
  3. FOLDERPLAYER PLAYLIST PLUS
  4. FOLDERPLAYER PLAYLIST WINDOWS

FOLDERPLAYER PLAYLIST PLUS

What if you had two folders, and the player could choose a random track from one, then a random track from the other? Or, in Hoffman-Board-Speak, the 65 Beatles songs you could stand to hear every time you used the player.but, every other song from another folder, could contain all the other songs on all the other albums, plus the solo stuff. Shuffling all tracks in a single folder is only a start: you get random play of everything in there.

FOLDERPLAYER PLAYLIST HOW TO

Global Log_File This global variable was previously given a value somewhere outside this function.įileAppend, %A_DD%.%A_MM%.I've been talking about this for awhile now, you can see the benefit of having a player that is smarter than just a simple shuffle of one folder.if and when you tell it how to do that. Log2File(TextToLog) Function Log Text 2 File Text = single File Playlist for directory %A_Loopfield% erased Text = Playlist for directory %A_Loopfield% created Loop, %A_Loopfield%\*.mov, 0, 0 retrieve all Quicktime Files in current dirįileAppend, MPCPLAYLIST`n, %PlayList% this is the header of the playlist file Loop, %A_Loopfield%\*.mpeg, 0, 0 retrieve all MPEG Files in current dir Loop, %A_Loopfield%\*.mpg, 0, 0 retrieve all Mpeg Files in current dir Loop, %A_Loopfield%\*.wmv, 0, 0 retrieve all WMV Files in current dir Loop, %A_Loopfield%\*.avi, 0, 0 retrieve all AVI Files in current dir

folderplayer playlist

IfNotExist, %PlayList% create playlist only if doesn't exist SetWorkingDir, %A_Loopfield% set actual dir for playlist generation Loop, %SRCRootFolder%\*.*, 2, 1 only Folders but recursiveĭirList = %DirList%%A_LoopFileFullPath%`nįileList = reset var for next iteration Iniwrite, %SRCRootFolder%, %ini_name%, settings, SourcePath save path selection 4 next use Text = ERROR: program closed "source dir selection aborted" PlayList = playlist.mpcpl playlist filenameįileselectfolder,SRCRootFolder,*%SourcePath%,1, choose main directory LogLevel = 2 0 -> 3 log more information (higher value, more information) LogShow = 0 if true -> show logfile on exit LOG_File = %A_ScriptDir%\MPC_Playlist_Creator_log.txt Iniread, SourcePath, %ini_name%, settings, SourcePath. Ini_name = MPC_Playlist_creator.ini settings file name Menu, Tray, Tip, %prog_name% (be patient :) show program info Menu, Tray, Icon, Blinky.ico if exist, show my favorite Simpson icon (try google 4 it :) #SingleInstance, force only one program instance allowed

folderplayer playlist folderplayer playlist

#NoEnv be compatible to new AHK versions in 2007 :)

FOLDERPLAYER PLAYLIST GENERATOR

Prog_name = MPC Playlist Generator v0.03 name and version of the program MPC Playlist Generator Original by EdwardATeller (see ) I tried to enhance your script (it will create a playlist for every sub-dir below the chosen one), maybe is useful for you too.

FOLDERPLAYER PLAYLIST WINDOWS

Loop, %WhichFolder%\*.wmv,, 1 Windows Media ), play.mpcpl this is the name of the playlist file MPCPLAYLIST next blank line is crucial, don't delete FileSelectFolder, WhichFolder,:: Ask the user to pick a folder, My Computer optionįileSelectFolder, WhichFolder,%A_MyDocuments% Ask the user to pick a folder, My Documents option SetBatchLines, -1 Make the operation run at maximum speed. `:: writes a Media Player Classic Playlist file for all video files in chosen directory. Probably should have an array with the file types in it, and then loop over the array, but I don't know exactly how to do that yet.īTW, the blank lines in the FileAppend command are crucial. I know it is pretty rough and has many extra lines, but it seems to work fine. Here is a script that creates a Media Player Classic playlist for all the videos in a particular directory.











Folderplayer playlist