GithubHelp home page GithubHelp logo

soundsea's People

Contributors

bryant1410 avatar iamaamir avatar malindawmd avatar mayanktiwari-ideata avatar sacert 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

soundsea's Issues

Add "How to Run" to README.md

Hey, I was going through this and noticed that there is nothing mentioned as to how to run this application. For those who are new to Java or don't have much experience with Java, it will be a bit difficult as to find out how to run this. So, a small suggestion as given in the title.
Cheers!

Add proxy configurations

The application cannot connect through a proxy. Support for this would be great for those who must access the internet via an institution's network or others.

Accidental Code Duplication

In SoundSea/src/settings/UserPreferences.java you've duplicated the last two lines of the setDirectory method as shown here:

public static void setDirectory(String dir) {
userPrefs.put("folderDirectory", dir + File.separatorChar);
FXController.folderDirectory = userPrefs.get("folderDirectory", null);
}
FXController.folderDirectory = userPrefs.get("folderDirectory", null);
}

522 issue in .../SoundSea/src/intnet/Connection.java

@sacert , I have recently forked this project and found this issue while searching songs image. http://www.pleer.com is not working. I tried this url but got 522. Since this is only source of songs, I cannot search anything. Please suggest some altenatives for this website which can be replaced. You can find source code in .../SoundSea/src/intnet/Connection.java.
Please find error screenshot.

Thanks

Update README?

Could you update the README.md to describe how to setup the application?

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.