All Projects → PrateekKumarSingh → MusicPlayer

PrateekKumarSingh / MusicPlayer

Licence: other
Play songs in Background with a set of user preferences available as a 'switch' in the cmdlet.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to MusicPlayer

Guayadeque
Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework.
Stars: ✭ 87 (+443.75%)
Mutual labels:  music-player, mediaplayer
musicplayer
musicplayer 音乐播放器框架 简单易懂易扩展 已写了播放器demo和列表播放的demo兼容七牛等第三方Mediaplayer
Stars: ✭ 14 (-12.5%)
Mutual labels:  music-player, mediaplayer
miniplayer
Feature-limited C64 music playroutine
Stars: ✭ 18 (+12.5%)
Mutual labels:  music-player
cloud-music-mobile
This is a music player
Stars: ✭ 22 (+37.5%)
Mutual labels:  music-player
Telegram Vc Bot
A bot that can play music on telegram group's voice chat.
Stars: ✭ 94 (+487.5%)
Mutual labels:  music-player
MusicFolderPlayer
An elegant HTML5 web folder player for parties and/or private music collections, with playlist management that's just better.
Stars: ✭ 89 (+456.25%)
Mutual labels:  music-player
splitcloud-app
This is the repo for the legacy SplitCloud for iOS app built with ReactNative and a fork of StreamingKit project.
Stars: ✭ 59 (+268.75%)
Mutual labels:  music-player
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+118.75%)
Mutual labels:  music-player
Jericho-Player
LightWeight Framework for discord.js v13 Music Bots and Radio Bots with fast moderation with commands and no memory leak.
Stars: ✭ 19 (+18.75%)
Mutual labels:  music-player
Online-Radio
Online Tamil Radio channels. Inspired by http://radio.garden
Stars: ✭ 15 (-6.25%)
Mutual labels:  music-player
deplayer
Decentralized mediaplayer which runs entirely in the browser.
Stars: ✭ 14 (-12.5%)
Mutual labels:  music-player
simple-cloud-music
简洁的的第三方网易云音乐播放器
Stars: ✭ 306 (+1812.5%)
Mutual labels:  music-player
shareMusic
基于Angular4的音乐播放器
Stars: ✭ 17 (+6.25%)
Mutual labels:  music-player
IdealMedia
Awesome app to listen music and audiobooks on the device and online at vk.com. Search, download, set as ringtone, sort by albums, authors, folder. Powerful equalizer.
Stars: ✭ 28 (+75%)
Mutual labels:  music-player
JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (+125%)
Mutual labels:  music-player
HypnosMusicPlayer
A Lightweight, Clean, and Powerful Music Player and Library.
Stars: ✭ 21 (+31.25%)
Mutual labels:  music-player
Android-Music-Player
Music Player with Stunning UI/UX, bass, treble, softness tuner Equalizer.
Stars: ✭ 69 (+331.25%)
Mutual labels:  music-player
nm
WordPress Music Player
Stars: ✭ 92 (+475%)
Mutual labels:  music-player
noteblock
A open-source music bot based on lavalink.
Stars: ✭ 93 (+481.25%)
Mutual labels:  music-player
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (+56.25%)
Mutual labels:  music-player

Powershell Music Player

Invoke-MusicPlayer automates Windows Media Player, to play songs in Background with a set of user preferences available as a 'switch' in the cmdlet. Full Article

Features and Benefits

  • Plays all audio in background on a hidden Media player instance

  • Filter Audio Files

  • Randomly shuffles your play list

  • Runs your playlist in a never ending loop

  • Stop the playing audio on demand

  • Stores\Caches last accessed directory

  • Displays information and user preferences

  • Popup a balloon notification in bottom Right corner of the screen, whenever a new song starts playing and continues to do that until manually stopped or it completes playing all songs.

  • ** Support Switch aliases**

Installation

PowerShell V5 and Later

You can install the MusicPlayer module directly from the PowerShell Gallery

  • [Recommended] Install to your personal PowerShell Modules folder
Install-Module MusicPlayer -scope CurrentUser



  • [Requires Elevation] Install for Everyone (computer PowerShell Modules folder)
Install-Module MusicPlayer

PowerShell V4 and Earlier

To install to your personal modules folder run:

iex (new-object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/PrateekKumarSingh/MusicPlayer/master/Install.ps1')



Help Information

Run below commands to see some examples

Get-Help Invoke-MusicPlayer -Examples
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].