Coder Social home page Coder Social logo

pickwicksoft / ffripper Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 3.29 MB

A fast, powerful and simple to use Audio-CD ripper

License: GNU General Public License v3.0

Python 98.35% Shell 1.45% Dockerfile 0.20%
python3 ffmpeg ripper player cd metadata-editor cd-ripper musicbrainz audio converter

ffripper's People

Contributors

garlontas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ffripper's Issues

Improve startup speed

Is your feature request related to a problem? Please describe.
Fetching the data from MusicBrainz takes quite long, and the Window opens only after finishing the download.

Describe the solution you'd like
It would be useful to show the window with a fetching metadata text and disabled UI to prevent that the user thinks there is a startup problem.

Playbin doesn't get duration

Updating slider not possible, because Playbin doesn't get duration of playing audio-file

Gst.Playbin isn't able to query duration of audio-file to update slider

Get CD mount point on every Linux distribution

FFRipper needs to get the mount point on each Linux distribution, although it can differ from one distribution and another.

On Ubuntu with GNOME the mount point is: /run/user/1000/gvfs/cdda:host=sr0/
On Linux Mint with Cinnamon the mount point is: /run/user/999/gvfs/cdda:host=sr0/
On another it could be: /media/cdrom0/
And so on

I found the following links that could help to fix that problem:

Not all of them are for Linux, but they could all help.

Slider not working

The slider isn't moving in many cases.
I think it is because of that code which tries to get position for slider:

 while True:
     success, position = self._player.query_position(Gst.Format.TIME)
     if success:
         position = float(position) / Gst.SECOND
             break
        return position

It doesn't exit the while loop.
The while loop was thought to accelerate the CD in order to get the position (it works only if the CD is rotating fast enough).

Light and Dark theme

Light and dark theme for application like this:

settings = Gtk.Settings.get_default()
settings.set_property("gtk-application-prefer-dark-theme", True)

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.