Litemn / aurous-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tip 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

About

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

License:GNU General Public License v2.0


Languages

Language:Java 99.0%Language:JavaScript 1.0%