Giter Site home page Giter Site logo

nerve's Introduction

#Nerve

Copyright © 2013-2014 Kreogist Dev Team. All rights reserved.

##Menu

  • Overview
  • Dependencies
  • License

##Overview

Nerve is a cross-platform application for media file managing.

  • Support play all your music including the following formats: mp3, m4a, wav, flac, ape, ogg, tta, aiff, aifc, aif, mp4, mpa, mp2, mp1, midi, mid, mp3pro, mpc, aac, cda, wma, fla, tak, mp+, aa, ra, mac, rmi, dtswav, dts, snd, au, ac3, xm, and umx.
  • Support reading ID3v1, ID3v2, APEv2, M4a, FLAC, WMA and WAV tags.
  • Support fatching album art.
  • Support audio tooltip preview.

Dependencies

MediaInfo

Bass

License

Nerve is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

Nerve is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Nerve. If not, see http://www.gnu.org/licenses/.

nerve's People

Contributors

harinlen avatar

Stargazers

 avatar guowendev avatar  avatar

Watchers

James Cloos avatar  avatar Jiahao Guo avatar Tang avatar

Forkers

elongame qtlab

nerve's Issues

MP3 File crashed bug.

Now there's a file can caused the Nerve crashed. The crash seemed caused by a QList. Because no other information we can get.
This bug can be confirmed on 64-bit Windows 7 Ultimate.

Version: 0.0.83

Playlist support

We should support the playlist for loop playing and random playing. Support it!

WMA cannot read the tag.

Here's a ensured bug.
WMA cannot read the tags correctly under Windows 7 Ultimate 64-bit. Fixed it.

Delete the file will crashed when adding files.

This is a ensured bug.
When adding files, the queue will ask the model to update data. But when delete one file, the row count will changed and some will become invalid.
Saving item instead of the ModelIndex, and check the item is valid or not before setting can solve this bug.

New add-update structure will be crashed under Debug mode.

This bug has been confirmed on Windows 7 Ultimate 64-bit. Qt 5.2.1.
It seems one QByteArray crashed. Here's what we get on Windows
:
ASSERT: "uint(i) < uint(size())" in file ..........\Qt5.2.1\5.2.1\mingw48_32\include/QtCore/qbytearray.h, line 414
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
QObject::killTimers: timers cannot be stopped from another thread

Fixed this.

Version: 0.0.101

A common preview tooltip

This is the same as the menu, using a common preview tooltip instead of the current database only.

Codec cannot set correctly

On Mac OS X there's some file's tag strange, but on Windows they look all right.
This bug has been ensured on Mac OS X 10.9. Please fixed this bug ASAP.

Header widget's position is odd.

This bug has been sured in Major 0.0.228. When switch between the category, the header widget's position will switch to a strange position.
Still don't have any ideas for this issue. Check out the reason and fix it.

Tweak the EQ

I want to say nothing about this, redesign it. It totally bad now.

The icon of the KNStdLibViewerCategory won't shown.

This bug has been sured in Major 0.0.228.
When user once move their mouse in a KNStdLibViewerCategory, and then move the position of the KNStdLibViewerCategory, like expand the top level category widgets, the icon will hidden.
Still don't find the reason of this bug. Find it out and fix it.

ID3v2 tag reading failed.

Now there's a file which is really bug. It using a ID3v2.3 style header, but it use an interesting ID3v2.0 contents. I just want to say nothing to these files but we still have to support these files.

This bug has been confirmed on Windows 7 Ultimate 64-bit.

Album view icon might be very small

This is an old bug but I have no time to fix it. It has been confirmed under Ubuntu 14.04LTS, Windows 7 Ultimate 64-bit and Mac OS X 10.9.
If you never show the album view before. Then use go to the album view in the menu, you may find the icon will be very very small. Check this bug and fix it.

Version: 0.0.101

Display the real FFT representation of immediate sample data.

Now we are using the following formula to display a sample data of a FFT:
SPECHEIGHT=height()<<1;
y=((int)(qsqrt(peak)_SPECHEIGHT)<<1);
but the real formula of the magnitudes FFT to db is:
y=20_log10f(peak);
so, when the EQ display, change the graphic to this formula.

Album view's position is not correct

When the user scroll the album view, the position will changed and we still move the original position, that's wrong, fixed the bug.
This bug has been confirmed in Major: 0.0.228

Folder view

Some one ask us to add folder view. It's a great idea. Support it.

Control Center

The last work, if we finished this, this will be 0.1.

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.