Skip to content

38/libnemusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnemusic

== Example

$ python Python 2.7.3 (default, Jun 22 2015, 19:33:41) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import server >>> import libnemusic >>> import player >>> album = libnemusic.api.search_album(keyword = "范特西").get_albums().next() >>> songs = album.get_songs() >>> pl = player.playlist.Playlist() >>> for s in songs: pl.append(s.name, s.artists[0].name, s.lMusic.playTime, "http://localhost:8000" + s.lMusic.getpath()) ... >>> service = server.Service(file("/tmp/nemusic.log", "w", 0)) >>> pl.play()

About

The library interface for NetEase Music Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages