Coder Social home page Coder Social logo

techscientist / aurous-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stevenglrz/aurous-app

0.0 1.0 0.0 3.2 MB

Allow easy streaming from youtube and other sources to build vast playlist and conversions

License: Other

JavaScript 0.95% Java 99.05%

aurous-app's Introduction

Project on hold as we move the code base to an HTML5 based interface, we hope to expand the app into a full fledged media client.

aurrous-app

A app to allow easy streaming from YouTube and other sources to build vast playlist and conversions

What Is Aurous?

Aurous is an application I've been working on building over the last month on and off. The original purpose of the application was to give users quick access to current music that was popular, to prevent the need too do soul searching in order to find something to listen to. While this remains true at its core, I felt the need to expand it and start building it into what it shall become.

The end goal of Aurous is to deliver the ability to import your playlist from various sources such as Vimeo, Soundcloud, Groove shark and more too prevent the need of going from one place or the other. Listen to what you love in a centralized manner.

Screenshots

function decryptSignature(sig) {
    function swap(a,b){var c=a[0];a[0]=a[b%a.length];a[b]=c;return a};
    function decode(sig, arr) { // encoded decryption
        if (!isString(sig)) return null;
        var sigA=sig.split('');
        for (var i=0;i<arr.length;i++) {
            var act=arr[i];
            if (!isInteger(act)) return null;
            sigA=(act>0)?swap(sigA, act):((act==0)?sigA.reverse():sigA.slice(-act));
        }
        var result=sigA.join('');
        return result;
    }

    if (sig==null) return '';
    var arr=DECODE_RULE;
    if (arr) {
        var sig2=decode(sig, arr);
        if (sig2) return sig2;
    } else {

    }
    return sig;
}

##Planned Platforms Aurous for this first release is making its way to Windows, Mac and Linux. Once the desktop version has reached completion in terms of features/functions mobile versions will come officially to Android, IOS and Blackberry.

##What You Can Do If you're going to partake in this beta and want to see this software grow please do submit bug reports and suggestions here to keep track of everything.

Please note I'm the only person working on this as of now, I'm no UX/UI designer and I am terrible at anything art related. So if you wish to contribute art or ui advice, feel free!

##Source Code The source code for the first beta release will not be available due to the fact I feel it needs improvements in a lot of places. Truthfully I never intended to release this application to the public so I slacked a bit in code structure. Once it has been optimized (hopefully by the next revision) it should be up on this same hub.

##Contributing

Once the source code is made open, you shall want to read over this CONTRIBUTE

##Libs

Download all libs used in this project from here http://aurous.me/downloads/lib.zip

##Requierments

  • Java 8
  • An internet connection

##Downloads and Notes Head over to the official site to get the official app.

Or follow the official blog to see all the updates and whats to come.

##Dependencies

aurous-app's People

Contributors

jakon89 avatar

Watchers

 avatar

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.