Giter VIP home page Giter VIP logo

hurricane's People

Contributors

alek-dr avatar alkalinee avatar bond-009 avatar bryant1410 avatar jbou avatar mikekov avatar thunderbottom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hurricane's Issues

Latest commit won't build

Hi,
the latest commit is missing

Settings\SensitiveInformations.cs
Views\AboutView.xaml.cs

P.S.: "Information" has no plural-S in English. Nevertheless, keep up the good work. Like it.

Tags

Hello
Tags are displayed incorrectly in Cyrillic.
You must use tag recoding.

Example:
public string toUtf8(string unknown)
{
if (string.IsNullOrEmpty(unknown)) return string.Empty;
return new string(unknown.ToCharArray().
Select(x => ((x + 848) >= 'А' && (x + 848) <= 'ё') ? (char)(x + 848) : x).
ToArray());
}

Support "Win" + Arrow Keys for Docking

Hi - I have a multi-monitor environment. It would be perfect if I could attach Hurricane to each physical monitor side, not only to the sides of the desktop.

Basically, if I use "Win" + Arrow key for docking, it will stay in the "big" view, and not turn to the "smart" view.

I haven't had a look into the code, but it would be a cool feature.

Can't set Hurricane as default music player

Basically what the title says. I can't set Hurricane as a default music player. even if I hunt down the hurricane.exe and set it as default it won't open music files.

This basic feature would be very welcome in the future releases.

I would like to add that this is amazing app and I will probably switch form foobar2000, which IMO has too much options and takes too much effort to make it look as nice as this :)

Player crashes when trying to play a music title

So I installed the player on Windows 10 (Pro 64 Bit, nearly completly new) and added a Folder to a list.
It does not depend on where my songs are located (the program is on D: and the music on E: but I also tried a song on D:, it also failed).

I just found one song which the player plays, but it crashes on all other songs.

Bug

Program crashes immediately after start.

Every time I start the program it crashes immediatly. The window does open for 5-10 seconds and then Windows 7 says "Hurricane has stopped working". I already reinstalled it multiple times but that didn't help at all. btw I'm using the latest version 0.3.10 and i run Windows 7 Professional 64bit
I love this program and i would appreciate an answer from you.

You can anser me in German if you want but i thought I post this in english so everyone can read it.

greetings rockicompo aka Marcel

demonstation

Wenn man mehr als 45 Songs importiert stürzt Hurricane ab.

Ich habe versucht eine Playlist zu erstellen und habe ca 70 Songs hinzugefügt. Er hat sie zwar alle importiert, allerdings ist das Programm direkt abgestürzt. Ich habe dann versucht diese 70 Songs auf 2 Playlisten aufzuteilen, aber auch das hat zu einem Absturz geführt. Als ich dann ich glaube 45 Songs importiert habe, hat es funktioniert.

daraufhin bin ich mal in %appdata% gegangen und habe mal in den config Dateien geschaut, ob da irgend eine Art Begrenzung festgelegt ist, habe aber keine gefunden.

Hier die Ereignisprotokolle:

fehler_2
fehler_1
fehler_3

Ich hoffe du kannst mir erneut helfen.

Mfg Rockicompo aka Marcel

Use OS theme as base

hello. just a question which may become a feature request depending on the answer:
is there a way to use the Theme set by the system as base for the player theme instead of the (in my opinion ugly) so-called modern design?

Import playlists (m3u, cue sheet)

I have implemented import of m3u and cue sheet playlists, but I had to hack LocalTrack. Before I fork the repo I'd like to find out if you are interested in playlist import feature.
M3u import is easy enough, but for a cue sheet I need LocalTrack changes (offset to play from and the way track info is refreshed). There are different ways to do that, so I'd like to coordinate this effort, if there's interest. Thanks!

Lag and bug when too many songs

I loaded my collection, ~20,000 files, and the entire computer started to lag (4690k cpu).
Also, I couldn't play songs that were too far down in the list.

Deleting Track while listening to it crashes the program.

System.NullReferenceException was unhandled by user code
HResult=-2147467261
Message=Object reference not set to an instance of an object.
Source=Hurricane
StackTrace:
at Hurricane.Extensions.TrackImagePreseter.d__0.MoveNext() in e:\Downloads\Hurricane-master\Hurricane-master\Hurricane\Extensions\TrackImagePreseter.xaml.cs:line 51
InnerException:

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.