All Projects → Siddharth11 → Itunes Remote

Siddharth11 / Itunes Remote

Licence: isc
Remotely control iTunes on Mac without Internet 🎶📱

Programming Languages

javascript
184084 projects - #8 most used programming language
applescript
352 projects

Projects that are alternatives of or similar to Itunes Remote

Muse
An open-source Spotify controller with TouchBar support
Stars: ✭ 594 (+271.25%)
Mutual labels:  music, itunes, remote
Carol Xamarin
A minimal and beautiful lyrics app for macOS built with Xamarin and C#
Stars: ✭ 97 (-39.37%)
Mutual labels:  music, itunes, mac
Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-37.5%)
Mutual labels:  music, mac
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-31.25%)
Mutual labels:  music, mac
Node Multiple Rooms Chat
node socket.io multiple room chat demo
Stars: ✭ 118 (-26.25%)
Mutual labels:  websocket, socket-io
Plug
macOS app for Hype Machine
Stars: ✭ 93 (-41.87%)
Mutual labels:  music, mac
Neptunes
simple and reliable Last.fm scrobbler for iTunes and Spotify for macOS
Stars: ✭ 98 (-38.75%)
Mutual labels:  itunes, mac
Itunes store transporter
Upload and manage your assets in the iTunes Store using the iTunes Store’s Transporter (iTMSTransporter).
Stars: ✭ 117 (-26.87%)
Mutual labels:  automation, itunes
Socketio Examples
A few examples that demonstrate the features of the Python Socket.IO server
Stars: ✭ 72 (-55%)
Mutual labels:  websocket, socket-io
Homebridge Dacp
Remotely control Apple TV and iTunes via HomeKit.
Stars: ✭ 128 (-20%)
Mutual labels:  automation, itunes
Music Bar
🎶 Control Apple Music right from your macOS menu bar.
Stars: ✭ 128 (-20%)
Mutual labels:  music, itunes
Light Push
轻量级推送服务和实时在线监控平台,同时用于开发即时通信系统,基于node的socket.io,支持web、android、ios客户端,支持移动端离线推送,可进行分布式部署
Stars: ✭ 128 (-20%)
Mutual labels:  websocket, socket-io
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+710.63%)
Mutual labels:  music, mac
Chat Engine
Object oriented event emitter based framework for building chat applications in Javascript.
Stars: ✭ 87 (-45.62%)
Mutual labels:  websocket, socket-io
Laverna
Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
Stars: ✭ 8,770 (+5381.25%)
Mutual labels:  websocket, socket-io
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+1193.75%)
Mutual labels:  music, itunes
Controllerx
Create controller-based automations with ease to control your home devices and scenes.
Stars: ✭ 141 (-11.87%)
Mutual labels:  automation, remote
Tyloo Chat
vue + nestjs IM即时通讯聊天室(仿wechat)
Stars: ✭ 54 (-66.25%)
Mutual labels:  websocket, socket-io
Midichlorian
A Visual Studio extension that allows you to write code and automate the IDE using MIDI musical instruments.
Stars: ✭ 65 (-59.37%)
Mutual labels:  automation, music
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-23.12%)
Mutual labels:  websocket, socket-io

header image

iTunes Remote

Remotely control iTunes on Mac without Internet!
Multiple clients can access the remote independently, and the UI will always be in sync

✨ Built using WebSockets, AppleScript, React, and Redux ✨

Usage:

  • git clone https://github.com/Siddharth11/iTunes-Remote.git
  • cd iTunes-Remote
  • npm install --only=production or yarn install --prod
  • npm start
  • Open the displayed link in a browser to access the remote. The other device should be on same network, a Wi-Fi hotspot without internet would also work.

Features

  • Play & Pause current track
  • Play next & previous track
  • Change volume
  • Play a particular track or playlist
  • Start iTunes if not running

Prerequisites

  • macOS or OSX
  • Node >= 6.0

Development

  • Install all dependencies
    npm install or yarn
  • Start server
    npm start
  • Start JS (ES6) and Sass compilation
    npm run dev
  • Final build
    npm run build

How is it different from the already existing Remote app by Apple?

Functionality wise both are similar. Although, the Apple app only works on Apple devices. Whereas, this is a web app, you can open it on any device with an internet browser. And it works without Internet too.
Make a hotspot ➡ open the displayed link in a browser ➡ annnd you're good to go! 🚀

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].