This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| future voices - inside | |
| nightless - crazy night 12" | |
| steve james paul hollywood - instr | |
| elite - un altro giorno | |
| blue gas - shadows from nowhere | |
| benny mardones - into the night | |
| mangialardi - questa cita | |
| lee carson - baby lou 1986 | |
| giovanna casci - E'Amore Si | |
| paul thomas -shades of blue |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------------------------------------------------------------------------- | |
| 2017.12.13 - 118 bpm - 130 kbps - 60 kbps | |
| Laughners Cafeteria | |
| Cemax - Fat Guys (12'' Version) 1985 | |
| Lu Colombo - Skipper (12'' Version) 1982 | |
| Al Musci - Love tonight 1985 | |
| Slim Pezin - Mam's Sons | |
| Beba - Symphony Three (Instrumental) 1985 | |
| Aleph - In your eyes (dance mix) 1984 in with the 4 | |
| Copy-Right - Paradise Is Half As Nice 1985 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------------------------------------------------------------------------- | |
| 2017.11.29 bpm 120 | |
| Topless Dance – I Can't Make It (Instrumental Version) 1984 | |
| Purple Flash - We can make it (1984) | |
| X Point Q. - Magma Effectmyx (12'' Version) 1984 | |
| Noa Noa -- Harry 'O (Instrumental) Best Record 12018 1983 | |
| Fascination - Rock me baby (1983 B) | |
| Joe Kris - You'll Dance (Instrumental) 1983 | |
| Travel Sex - Sexiness (1983) | |
| Caravan - You and me tonight (instrumental version) 1983 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------------------------------------------------------------------------------- | |
| 2017.11.15 - 107 bpm - 130 kbps | |
| Queenie - Together We Belong (Radio Version) 1987 | |
| Divina - Baby Blue | |
| Private Spies - Private Spies (Instrumental Version) 1987 | |
| Galyn & Steve - Je t'aime, je t'aime (1987) | |
| Bamboo Track - Polynesia (Dub Version) 1987 | |
| Mayhem - We've Got Tonight Boy ('87 Midnight Dance Remix) 1987 | |
| Sophie & Peter Johnston - Television Satellite (Extended Version) 1987 | |
| Amandras - Another Lover (Funky Maxi Mix) 1987 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================= | |
| 2017.10.31 | |
| Kristal - Mango Tree | |
| Zacar Orchestra - Superfly | |
| Queen Samantha - Take A Chance (12') | |
| Johan Timman - Hearing (Ocean Of Sound 1981) | |
| Spray Orchestra - Transilvania | |
| Samanta - In Traum | |
| L.M.G. Band - Red Dress (Instrumental 1987) | |
| Stephany - Shame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ============================================================================================= | |
| 2017.10.18 | |
| Sammy Barbot - Brazilian Rhyme (Our Version) 1985 | |
| Champaign - Partyline | |
| Larry Wu - Let Me Show You | |
| Margie Joseph - Knockout | |
| Margino - That's my man | |
| J.P.s Force - Time To Throw Down | |
| Khemistry - I Can't Win For Losing | |
| Intrigue - Call Of The Heart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| youtube-dl --prefer-ffmpeg --yes-playlist --write-info-json --simulate --console-title --print-traffic --no-call-home --extract-audio --audio-format "mp3" --embed-thumbnail --metadata-from-title "%(artist) - %(title)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| youtube-dl.exe --yes-playlist -x --audio-format "mp3" -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" --restrict-filenames PLha3ysj0EbYFL2kCTZhXxMX74-Rw3G-kE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PS D:\video> ffmpeg.exe -ss 26:59.8 -i '.\tv\oishinbo\ 4 5 6-xkzmHNe8VCc.mp4' -t 6.5 zaru.gif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > str = iconv.decode(iconv.encode('Québec', 'latin1'), 'utf8'); | |
| 'Qu�bec' | |
| > str = iconv.decode(iconv.encode('Québec', 'utf8'), 'latin1'); | |
| 'Québec' | |
| > str = iconv.decode(iconv.encode('Québec', 'utf8'), 'utf8'); | |
| 'Québec' |