Skip to content

A simple web service for getting mp3 tag information from a collection of mp3 by passing the local file location. Project uses Spring, EhCache for controlling how often mp3 files are scanned and JAudioTagger library for reading mp3 files. Jetty is used as a proof of concept for standing up the web-service on the fly.

License

Notifications You must be signed in to change notification settings

saipanman95/MP3TagReadService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MP3TagReadService

A simple web service for getting a json array of mp3 tag details from a collection of mp3's by passing the local file location. Project uses Spring, EhCache for controlling how often mp3 files are scanned and JAudioTagger library for reading mp3 files. Jetty is used as a proof of concept for standing up the web-service on the fly without using a application container.

About

A simple web service for getting mp3 tag information from a collection of mp3 by passing the local file location. Project uses Spring, EhCache for controlling how often mp3 files are scanned and JAudioTagger library for reading mp3 files. Jetty is used as a proof of concept for standing up the web-service on the fly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages