Giter Club home page Giter Club logo

python_mp3_player's People

Contributors

n8brown avatar

Watchers

 avatar  avatar

python_mp3_player's Issues

IndexError when clicking around in the playlist Listbox

This is primarily occurring when selecting a song from the playlist that is different from the one currently playing. The play_function() currently looks for the curselection() to identify the song when it runs every second, and if a user clicks on a different song title than the one is playing, curselection() returns a different result than expected. An additional syncing issues occurs when attempting to delete a song that is currently playing.

Add "shuffle" feature

Add a toggle feature to allow the user to turn on or off the ability to "shuffle" the songs and have them played in random order.

play_time() should only fire if song is playing

The play_time() function currently fires once every second after it is triggered by the play_song() function. This means that once the first song is played, this function will be constantly running, which could cause some performance issues. Ideally, this function should only run while a song is actively being played.

Counter/Elapsed Time doubles

If a user skips to the next or previous song while a song is playing, the counter/elapsed time doubles or more in speed.

Add "repeat" feature

Add a toggle feature that will allow the user the ability to choose whether or not to repeat the selected song.

Refactor code

There is opportunity to refactor code and eliminate redundancies.

Deleting song that is currently playing

If the selected and active song from the playlist is playing and the user attempts to delete the song, the next song's title gets deleted from the GUI playlist and the song titles displayed are out of sync with the songs that play.

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.