Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Add features

Status
Not open for further replies.

Fristing

New Member
- French Translation (I can do this)
- Material Design
- Share Music on twitter or facebook
- Check upload pourcentage
 

flyth

is reticulating splines
Staff member
Developer
Contributor
- I will actively focus on translation once on 1.0. I'll get in contact with you, then :) Thanks for the offer.
- I'd have to check if a bootstrap-compatible material design template is available. If not, this won't be happening anytime soon :)
- Could you explain what you mean by "Share Music"?
- Upload percentage will hopefully come back soon.

nginx:

Code:
server {
	listen 80;
	server_name test.sinusbot.com;
	location / {
		proxy_pass http://127.0.0.1:8087;
		proxy_redirect off;
		proxy_set_header Host $host;
		proxy_set_header X-Real-IP $remote_addr;
		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
		proxy_set_header X_FORWARDED_PROTO http;
	}
}
 

Huskynarr

Member
The Upload Status is not very, but a little bit important for the first big uploads.

I think if exists 2 ways with Sharing .
The first, Sharing the current Song who the User like.
The second Way was to Share ALL Playing Songs.


The Nginx / Apache Configs in Examples where good.

*Sry for my Bad Englisch :D
 

Raphraph

Donor
is awesome!
Contributor
Insider
French:
Donc tu voudrais qu'à chaque titre joué, le nom (etc) de clui-ci soit poster sur twitter?
Et pourrait tu expliquer plus précisément ton dernier commentaire? (Favorite Station / Music)

Englich:
So you want that every time a new song is played, the name (and more) will be posted on twitter?
And could you please try to explain more exactly what you mean with your last post? (Favorite Station / Music)
 

Fristing

New Member
French :
Oui c'est sa !Et ajouter des musiques ou des stations en favoris (sauvegarder)
English:
Yes it is ! Save favorite music or station
 

Raphraph

Donor
is awesome!
Contributor
Insider
Francais:
Je sais pas trop pourquoi cela serait si important, mais pourquoi pas :D
Mais si flyth pense que c'est inutile, je pense pouvoir écrire un petit script qui devrait pouvoir faire ca... Mais on verra :p

Et pour les favoris... Tu pensais à quelque chose comme ca: http://prntscr.com/7e666h ?
IMPORTANT: Ce n'est qu'une image prise après avoir editer le code dans mon navigateur!! Cette fonction n'existe pas (ou pas encore) et je n'ai pas editer le programme.

English:
I don't really know why this would be very useful... but why not :D
But if @flyth thinks this isn't necessary, I could write a script for this... Wait and see :p

And for the favorite music and so... Do you think for something like this: http://prntscr.com/7e666h ??
IMPORTANT: This is just a Screenshot, which I took after editing the html document in my browser!! This function does not exist and I did not change anything to the code.

German:
Ich weiß nicht ob das so nützlich ist, aber warum nicht :D
Falls flyth aber sagt, dass es unnötig ist, schreibe ich vielleicht ein kleines Script was das ermöglicht.... Mal schauen :p

Und für diese Favoriten Sache... Meintest du so etwas: http://prntscr.com/7e666h ?
ACHTUNG: Dieses Bild ist nur ein Screenshot von meinem Browser-Fenster nachdem ich das HTML-Dokument in diesem verändert habe. Diese Funktion gibt es (noch) nicht und ich habe das Programm nicht verändert.
 
Status
Not open for further replies.
Top