Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Feature request: support rfid scanner to select songs #851

Closed
tobiasnix opened this issue Dec 19, 2018 · 7 comments
Closed

Feature request: support rfid scanner to select songs #851

tobiasnix opened this issue Dec 19, 2018 · 7 comments
Labels
type: enhancement-closed What was previously labeled enhancement. For archiving. Will be organized later.

Comments

@tobiasnix
Copy link

Would be nice to have support for rfid-scanner and ID management. If the box is in jukebox mode it would give easy access to the media collection eg for kids.

Functionality needed:

  • Scan a RFID card
  • Assign / remove scanned ID to a song, playlist, video, ...
  • Play a song, playlist, video, ... whatever was connected to that ID.
@heyarne
Copy link
Contributor

heyarne commented Dec 29, 2018

You can probably hack this together using the REST api. The relevant parts are documented here.

@stale
Copy link

stale bot commented Mar 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale This label will be removed soon label Mar 29, 2019
@jooola jooola added the type: enhancement-closed What was previously labeled enhancement. For archiving. Will be organized later. label Apr 2, 2019
@stale stale bot removed the stale This label will be removed soon label Apr 2, 2019
@jooola
Copy link
Contributor

jooola commented Apr 2, 2019

What about QR codes linking to some resources ?

@heyarne
Copy link
Contributor

heyarne commented Apr 2, 2019

What about QR codes linking to some resources ?

Yes, this is why I suggested the REST api. Playing a song can basically be done by calling http://your-server/rest/stream?f=json&v=1.15.0&u=username&p=password&c=some-client-name. Other functionality could be implemented in a similar way.

@jvoisin
Copy link
Contributor

jvoisin commented Apr 3, 2019

I do agree with @heyarne (except for the part about sending passwords in cleartext in GET): QR codes and RFID stuff are a bit out of scope for the core of a media-streamer. This is exactly why there is an API, to allow people to plug crazy things to it.

@heyarne
Copy link
Contributor

heyarne commented Apr 3, 2019

except for the part about sending passwords in cleartext in GET

Don't get me wrong: I don't think that's a good idea, but unfortunately that's the current status of the REST API. You can see #69 or #474 (comment) for more info.

@jvoisin
Copy link
Contributor

jvoisin commented Jun 14, 2019

I don't think that it's worth keeping this issue open, since odds are that nobody will implement this.
Feel free to prove me wrong, I'll be happy to review your pull-request.

@jvoisin jvoisin closed this as completed Jun 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement-closed What was previously labeled enhancement. For archiving. Will be organized later.
Projects
None yet
Development

No branches or pull requests

4 participants