dubtrack / www-dubtrack-fm

GNU General Public License v2.0
124 stars 42 forks source link

Master branch doesn't seem to be the deployed version #298

Open txomon opened 8 years ago

txomon commented 8 years ago

Hello,

I was trying to have a look on the code, and I found that there are several differences between the code in master and the one being served. Is there any reason for this?

Larry1123 commented 8 years ago

The master on this repo is not used.

txomon commented 8 years ago

Hello @Larry1123 , thanks for the answer. I still don't see changes related to the pubnub/ably swap in the develop branch. Is it up to date?

txomon commented 8 years ago

@Fuechschen Still no success on staging:

> grep -r ably
public/imgur/js/jquery.ui.widget.js:            // we can probably remove the unbind calls in 2.0
public/assets/js/lib/soundmanager2.js:    'html5Test': /^(probably|maybe)$/i, // HTML5 Audio() format support test. Use /^probably$/i; if you want to be more conservative.
public/assets/js/lib/soundmanager2.js:        // prefer HTML5 for mobile + tablet-like devices, probably more reliable vs. flash at this point.
public/assets/js/lib/soundmanager2.js:      // durationchange may fire at various times, probably the safest way to capture accurate/final duration.
public/assets/js/lib/soundmanager2.js:          // if 0 (not null), probably a 404.
public/assets/js/lib/jquery-ui-1.10.0.custom.js:                // we can probably remove the unbind calls in 2.0
public/assets/js/dubtrack/src/utils/plugins/jquery.ui.widget.js:                // we can probably remove the unbind calls in 2.0
public/assets/js/dubtrack/src/utils/plugins.js:         // we can probably remove the unbind calls in 2.0
LICENSE:and can be reasonably considered independent and separate works in
Fuechschen commented 8 years ago

sorry, i had the wrong repo in my mind...

Larry1123 commented 8 years ago

It is not up to date. I will be updating it soon. I am working on updating things and when I get that done I will be updating this repo.

txomon commented 7 years ago

This doesn't look like it has been updated, has it?

starnixce commented 7 years ago

No it hasn't. We are currently reworking a lot of our code so the 'real' front-end is private atm. Are you wanting to contribute to the front-end?

txomon commented 7 years ago

No, I want to create a bot for managing the community channel, for now only focusing in the overplayed list.

I am coding it in python, using errbot as a base, and I have reverse engineered a part of the protocol. For now I will be saving:

Backend Google Big Query for the data scientist to play with it. It also has a nice storage pricing and integration with pandas just in case you looking for something.

Later after I have finished implementing the dubtrack chat as a backend for errbot, I will add commands. (not completely sure how the chat system works yet)

Do you have any docs that could help me with the development?

Cheers!