Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.174.759 Times

POE::Component::NomadJukebox 0.02

  Date Added: February 16, 2010  |  Visits: 883

POE::Component::NomadJukebox

Report Broken Link
Printer Friendly Version


Product Homepage
Download (88 downloads)



POE::Component::NomadJukebox is an event-based contol of Nomad Jukebox players. SYNOPSIS use POE qw(COmponent::NomadJukebox); use Data::Dumper; POE::Session->create( inline_states => { _start => sub { POE::Component::NomadJukebox->create({ alias => njb }); }, njb_started => sub { $_[KERNEL]->post(njb => discover); }, njb_discover => sub { my ($kernel, $heap, $devlist) = @_[KERNEL, HEAP, ARG0]; unless (ref($devlist)) { print "Failed to find Nomad Jukebox, is it on?n"; $kernel->post(njb => shutdown); return; } # open the first device # pass the device id to open $kernel->post(njb => open => $devlist->[0]->{DEVID}); }, njb_opened => sub { my $kernel = $_[KERNEL]; $kernel->post(njb => disk_usage); $kernel->post(njb => track_list); }, njb_disk_usage => sub { my ($kernel, $heap, $info) = @_[KERNEL, HEAP, ARG0]; unless (ref($info) eq HASH) { print "Failed to get disk usagen"; return; } my $used = $info->{TOTAL} - $info->{FREE}; print "Total:$info->{TOTAL} bytes Free:$info->{FREE} bytes Used:$used bytesn"; $kernel->post(njb => shutdown); }, njb_track_list => sub { my ($kernel, $heap, $tracks) = @_[KERNEL, HEAP, ARG0]; $kernel->post(njb => shutdown); unless (ref($tracks) eq ARRAY) { print "Failed to get track listn"; return; } print "There are ".scalar(@$tracks)." tracksn"; print Data::Dumper->Dump([$tracks]); }, njb_closed => sub { print "Nomad Jukebox closedn"; }, }, ); $poe_kernel->run(); POE::Component::NomadJukebox - Event-based contol of Nomad Jukebox players using the libnjb api located at http://libnjb.sourceforge.net/ This module _requires_ libnjb and you may need to be root, or change your usb device access permissions..

Requirements: No special requirements
Platforms: Linux
Keyword: Jukebox Kernel Libraries Njb Nomad Nomad Jukebox Nomadjukebox Poe Poecomponentnomadjukebox Post Print Programming
Users rating: 0/10

License: Freeware Size: 15.36 KB
USER REVIEWS
More Reviews or Write Review


POE::COMPONENT::NOMADJUKEBOX RELATED
Programming  -  Arduino Ethernet 1.0 Beta 4
Arduino Ethernet is a collection of libraries I have written to use within the Arduino programming environment in conjunction with the Ethernet shield. While the individual libraries are downloaded within a single archive, they do not...
61.44 KB  
Utilities  -  Fuse4X 0.9.0
Fuse4X allows you to extend Mac OS X's native file handling capabilities via 3rd-party file systems. It can be used as a software building block other products. As a user, installing the Fuse4X software package will let you use any...
481.28 KB  
Screen Capture Tools  -  Screenshot Pilot 1.41
With Screenshot Pilot, you can capture screens in a variety of different ways (full screen, active client, screen region, cursor, menu under cursor, etc.) The program allows you to derive graphic images from applications and libraries. You can...
3.99 MB  
Libraries  -  Hook::Scope 0.04
Hook::Scope is a Perl extension for adding hooks for exiting a scope. SYNOPSIS use Hook::Scope; { Hook::Scope::POST(sub { print "I just left my scope"}); print "you will see this first!"; } use Hook::Scope qw(POST PRE); # only POST can...
10.24 KB  
Development Editors  -  Creative-C++ - Development Environment! 6.15
Creative-C++ is a Great Looking, Excellent Working, Amazing C/C++ Programming Compiler and Integrated Development Environment (IDE) For The Microsoft Windows Operating Systems... It Uses The Famous MingW32 Compiler as the basis of its Compilation...
63.23 MB  
Development Editors  -  Creative C++ - Development Environment! 7.0.1.13
Creative C++ is a Great Looking, Excellent Working, Amazing C/C++ Programming Compiler and Integrated Development Environment (IDE) For The Microsoft Windows Operating Systems... It Uses The Famous MingW32 GCC Compiler as the basis of its...
61.94 MB  
Audio Tools  -  Creative Nomad JukeBox KIO::Slave 0.1.6
A KDE ioslave for the Creative Nomad JukeBox MP3 player. The NJB appears as a filesystem from within Konqueror allowing mp3s to be copied to and from the NJB as usual. Playlists appear as text files and can be edited.. Get Creative Nomad JukeBox...
542.72 KB  
File Utilities  -  Nomad Jukebox File System for Linux 0.2.1
The Nomad Jukebox File system njbfs is a Linux file system for the Creative Nomad Jukebox. Using automount capability, you can 'cd' to your Nomad Jukebox, read and write tracks, and even ordinary files can be stored on your Jukebox.
122.88 KB  
Libraries  -  libnjb 2.2.5
libnjb is a C library and API for communicating with the Creative Nomad JukeBox and Dell DJ digital audio players under Linux, BSD, Mac OS X and Windows. The protocol these devices use is presumably called PDE (Portable Digital Entertainment...
491.52 KB  
MP3 Tools  -  Creative NOMAD/Zen/Dell DJ API b.2.2.7
Provide a user-level API (C library) for communicating with the Creative NOMAD Jukebox MP3 players and Dell DJs under Linux, *BSD and Windows. The protocol in question is colloquially known as 'PDE' (Portable Digital Entertainment). It includes...
486.19 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB