All Projects β†’ valentingalea β†’ vinyl-shelf-finder

valentingalea / vinyl-shelf-finder

Licence: MIT license
app that manages a Discogs.com user records collection

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to vinyl-shelf-finder

lastfm
🎢 Last.fm API client for PHP. Comes with a Laravel service provider.
Stars: ✭ 17 (-58.54%)
Mutual labels:  lastfm, lastfm-api
discogger
interface to the Discogs API
Stars: ✭ 23 (-43.9%)
Mutual labels:  discogs, discogs-api
UserCSS
Customizable stylesheets
Stars: ✭ 55 (+34.15%)
Mutual labels:  lastfm, discogs
gro-light-automation
A raspberry pi project to automate hydroponics with relays and data sensors through a web application
Stars: ✭ 44 (+7.32%)
Mutual labels:  raspberry-pi-iot, raspberry-pi-gpio
music-screen-api
Display the playing Sonos track in real time on an e-ink display - also includes functionality for last.fm
Stars: ✭ 88 (+114.63%)
Mutual labels:  lastfm, lastfm-api
Three-Factor-Security-Door
What do you get when you mix a Raspberry Pi, a MySQL database, an RFID reader, an LCD touchscreen, a relay switch, an electronic door strike and a Twilio SMS account?
Stars: ✭ 49 (+19.51%)
Mutual labels:  raspberry-pi-iot, raspberry-pi-gpio
nicholast.fm
Last.fm Stat Utility Web App
Stars: ✭ 17 (-58.54%)
Mutual labels:  lastfm, lastfm-api
miso-bot
Discord bot with too many features
Stars: ✭ 41 (+0%)
Mutual labels:  lastfm, lastfm-api
MusaicFM
Screensaver inspired by Apple’s inbuilt iTunes Screensaver. It can display Artwork by Spotify or last.fm Profile Data.
Stars: ✭ 223 (+443.9%)
Mutual labels:  lastfm, lastfm-api
muffon
Music streaming browser
Stars: ✭ 491 (+1097.56%)
Mutual labels:  lastfm, discogs
discogs-cli
View and search for artists, labels and releases in the Discogs.com library, from the command line.
Stars: ✭ 31 (-24.39%)
Mutual labels:  discogs, discogs-api
xspfy
Import XSPF playlists to Spotify.
Stars: ✭ 29 (-29.27%)
Mutual labels:  lastfm
mopidy-scrobbler
Mopidy extension for scrobbling played tracks to Last.fm
Stars: ✭ 60 (+46.34%)
Mutual labels:  lastfm
last fm
A simple app to demonstrate a testable, maintainable, and scalable architecture for flutter. flutter_bloc, get_it, hive, and REST API are some of the tech stacks used in this project.
Stars: ✭ 134 (+226.83%)
Mutual labels:  lastfm
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (+0%)
Mutual labels:  raspberry-pi-iot
rustfm-scrobble
Last.fm Scrobble API for Rust
Stars: ✭ 32 (-21.95%)
Mutual labels:  lastfm
Moosync
A simple music player capable of playing local audio or from Youtube or Spotify
Stars: ✭ 185 (+351.22%)
Mutual labels:  lastfm
gopio
Raspberry pi GPIO controller package(CGO)
Stars: ✭ 14 (-65.85%)
Mutual labels:  raspberry-pi-gpio
rescrobbled
MPRIS music scrobbler daemon
Stars: ✭ 152 (+270.73%)
Mutual labels:  lastfm
discojs
Easiest way to use the Discogs API in Javascript/Typescript 🎡
Stars: ✭ 53 (+29.27%)
Mutual labels:  discogs

Vinyl Shelf Finder

About

Screenshot

Vinyltin - is a app that manages a Discogs user records collection and helps locate them in shelving cabinets - provided a certain ordering is maintained.

Features

WIP and very primitive

  • web app powered by Node.js

  • custom searches in a Discogs collection

  • cover art display with optional image caching

  • Last.fm integration (as well as local database backup)

  • interfaces with a hardware pan-tilt laser pointer

Installation

DISCLAMER: for the brave, no guarantees

Node.js

Install Node.js 6.x+

Clone / download this repository; navigate to the app folder

cd app

Install all the dependencies

npm install

Setup

Navigate to app/src and edit the files discogs_secret.js (and optionally last_fm_secret.js) with your personal account details.

Start

node app.js

the sqlite database module may not work for all platforms, it can be disabled with

node app.js --no-db

the Last.fm integration can be disabled with

node app.js --no-lastfm

Usage

Navigate with any browser to

Hardware

The app can interact with a Raspberry Pi that has mounted a pan-tilt with a laser pointer

Documentation

There is a micro-website setup via the docs folder

Contact

Reach me on twitter

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