Giter VIP home page Giter VIP logo

pianobarqt's Introduction

PianobarQT

This is the repository for the QT frontend for pianobar

What is working:

  • Logging into pandora from GUI
  • Retrieving the list of stations
  • Retrieving the playlist
  • The second station is selected and started
  • Music will play indefinately(Until pandora quits on me)
  • The GUI Shows the following information:
    • Song Name
    • Artist
    • Album
    • All Stations
    • All the songs in the playlist(4 by for from pandora)

Buidl Instructions:

Clone the git repository using your favorite client.

Change into the repository directory and run the following command:

cmake CMakeLists.txt
make all

This will produce the binary file: Pianobar-QT
If you have all the required dependencies you should be able to execute it by running the following:

./Pianobar-QT

Screenshot:

Current State of the App

Known Problems:

None so far :D

pianobarqt's People

Contributors

masterkoppa avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

pianobarqt's Issues

Missing json files and other build issues.

Attempting to build Pianobar-QT results in:

[ 69%] Building CXX object CMakeFiles/Pianobar-QT.dir/pianosteps.o
In file included from /home/user/filez/progz/linux/PianobarQT-master/pianosteps.cpp:1:0:
/home/user/filez/progz/linux/PianobarQT-master/pianosteps.h:4:30: fatal error: json/json_object.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/Pianobar-QT.dir/pianosteps.o] Error 1
make[1]: *** [CMakeFiles/Pianobar-QT.dir/all] Error 2
make: *** [all] Error 2

I note that the json-c project can provide this file. Upon installing json-c, I made a json directory in the PianobarQT source and copied the following files in it:

json_object.h
json_inttypes.h
json_config.h

Unfortunately, this still results in the following error:
In file included from /home/user/filez/progz/linux/PianobarQT-master/pianosteps.h:4:0,
from /home/user/filez/progz/linux/PianobarQT-master/pianosteps.cpp:1:
/home/user/filez/progz/linux/PianobarQT-master/json/json_object.h:312:55: warning: "STDC_VERSION" is not defined [-Wundef]
/home/user/filez/progz/linux/PianobarQT-master/pianosteps.cpp: In member function ‘PianoSong_t* PianoSteps::PianoGetPlaylist(PianoHandle_t_, WaitressHandle_t_, PianoStation_t_)’:
/home/user/filez/progz/linux/PianobarQT-master/pianosteps.cpp:184:15: error: ‘struct PianoRequestDataGetPlaylist_t’ has no member named ‘format’
make[2]: *_* [CMakeFiles/Pianobar-QT.dir/pianosteps.o] Error 1
make[1]: *** [CMakeFiles/Pianobar-QT.dir/all] Error 2
make: *** [all] Error 2

Long song names are truncated

If a song name goes above the 400 pixel width limits it gets truncated, the program should at least show some sign of this and display the full title in a tool tip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.