You are not logged in.
10
Last edited by kleiner_hussar (2016-06-02 10:43:07)
Offline
Thanks team
I've used @misko_2083's method and trimmed it a little. There are still too many pipes/processes created, so I'm sure it can be made much more efficient for the purists, but it works!
NB youtube-dl can manage the downloading of videos from many more sites than just youtube
Last edited by damo (2016-05-26 14:12:57)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
11
Last edited by kleiner_hussar (2016-06-02 10:43:22)
Offline
12
Last edited by kleiner_hussar (2016-06-02 10:43:32)
Offline
NB youtube-dl can manage the downloading of videos from many more sites than just youtube
Nice, works perfectly. A new BL-yt-downloadrer hopefully . Grat, Damo
We could have a repository, or maybe just a list somewhere, so people can find these cool things easily. Googling is fine, but if you just want to look round the candy store and see what's on the shelves then some kind of index...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
13
Last edited by kleiner_hussar (2016-06-02 10:43:44)
Offline
^ I must revisit the tabs functionality - I couldn't get my head around it first time
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
14
Last edited by kleiner_hussar (2016-06-02 10:43:54)
Offline
15
Last edited by kleiner_hussar (2016-06-02 10:44:05)
Offline
This is my little color dialog experiment. xclip required
With either setting copy/paste only pastes the HEX code. No RGB.
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster
Online
16
Last edited by kleiner_hussar (2016-06-02 10:44:15)
Offline
17
Last edited by kleiner_hussar (2016-06-02 10:44:27)
Offline
18
Last edited by kleiner_hussar (2016-06-02 10:44:38)
Offline
A new one for today : a manpage browser.
Found on the GitHub.
Here is it : yaman
MOD EDIT: Post restored for yad contet from email notification.
Last edited by Sector11 (2016-06-02 21:43:09)
Offline
@kleiner_hussar What happened to your posts?
Self-censorship or your cat played with the keyboard?
https://s14-eu5.ixquick.com/cgi-bin/ser … de3e7971c6
The first. I had to admit that this topic was a mistake from me. False address.
Last edited by kleiner_hussar (2016-06-02 13:22:37)
Offline
40 replies in the short time it was here isn't a mistake.
This was taking off ..
The sun will never set if you keep walking towards it. - my son
Being positive doesn't understand physics.
_______________________________
Debian 10 Buster
Online
I had to admit that this topic was a mistake from me.
Please do not handle any "mistake" threads or posts like this in the future. By removing your posts, you have derailed the thread that you yourself created. Your posts were useful and contained important content necessary for comprehendeing the context of the other posts. You have destroyed that.
If there is a next time, please PM a forum moderator, we can either edit the thread so it still makes sense or just replace references to your forum name with a pseudonym.
This is a warning, please don't remove posts en masse again, it will be grounds for a ban. Thank you.
You know, you used to be a nice guy once.
Offline
The other problem with radio players is that radio streaming urls seem to die very quickly. While more and more stations use flash (maybe with rtmp), the remaining ones that still provide urls to a stream that media players can use, change those urls often! How often you install some handy radio player, only to find that half the presets don't work...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), idle Twitterings and GitStuff )
Offline
^ i regularly scrape somafm:
wget --recursive --no-directories --level=2 --accept pls,PLS,m3u,M3U \
--reject "*32.pls","*24.pls" \
http://somafm.com/ ; rm robots.txt
should also apply to other stations that use playlists.
Offline
Currently trying to make a UI for PMRP - Poor Man's Radio Player
I just gave it a try and it's way too cool! Using it in a terminal, works like a charm. Thank you for mentioning it.
Edit: Tried the GUI version too. Fantastic! Playing: [90's Dance - Reel 2 Reel - Can You Feel It? (Erick 'More' Radio Edit)]
Last edited by martix (2017-08-05 10:40:20)
Offline