I had a hunch on the issue already... let me tell you that working with audio stuff in linux gets me a little "nervous", because a computer without any audio output is simply nothing to me... not having my good mate MPD shuffling through songs through a shared MPD music/playlists? it kills me.
So apparently, for me to run MPD system-wide I have to run pulseaudio system-wide, this is regardless on how many groups you add to the MPD user, it won't run. It kind of rubs me off the wrong way.
I just ended up making mpd making it run at a user-level... not happy about it.
I'm gonna join in the many who have a qualm with pulseaudio... sometimes it works... sometimes it just screws up your sound with WINE.
Showing posts with label mpd. Show all posts
Showing posts with label mpd. Show all posts
Saturday, February 15, 2014
MPD + Laptop issues
Thursday, February 13, 2014
I'm still "wasting time": Setting up a shared MPD, PlayOnLinux brainstorming, WINE + NFS
I'm actually supposed to be learning C++ and golang (Go Language) to kill time, a long with a language I'm currently learning (not a programming language). I'm not really burned out, but I do feel a bit .... losing motivation maybe? Still, I feel confident about learning it. Priority for me is learning the language, and then the programming languages.
I finished my shared MPD setup through NFS. I exported my NTFS hard drive connected in my main desktop and the mpd config directory. I kind of needed to tidy things up. I have this habit of leaving a mess of directories and files, which at the end it gets hard to be organized.
I like it, it's still scanning through the music folder, but so far so good.
PlayOnLinux, while I was devising a way to isolate applications from the... tight grips of PlayOnLinux installers. I ended up thinking that the only good thing PoL provides are their patched WINE packages such as Guild Wars 2. Now, this might sound really harsh; I'm not trying to throw dirt at PoL. I think they have done an amazing job, but it makes you ponder that they could have done better user interface decisions... but seeing that half of the project is a set of bash scripts and the other half is a set of python scripts... it does bring a lot of questions, at least for me, behind their decision.
Anyway, that's just me. Don't take it to heart. I've done some brainstorming but I don't think it fits PoL's way. In the end, as all WINE wrappers I don't know what WINE really needs. I do know what the users need, but to help the project? not sure where to start.
WINE + NFS, one of my ideas which I'm sure it's possible is to set-up PlayOnLinux as a system-wide tool. However, PoL was made for per-user usage, how can I "fool it"? I do have a few ideas but... not sure if it's worth it. Let me know in the comment section if you are interested.
From now on, these type of posts where you see me babbling will be tagged as laundry posts. Check them out, it's just me talking whatever crap comes to my mind.
I finished my shared MPD setup through NFS. I exported my NTFS hard drive connected in my main desktop and the mpd config directory. I kind of needed to tidy things up. I have this habit of leaving a mess of directories and files, which at the end it gets hard to be organized.
I like it, it's still scanning through the music folder, but so far so good.
PlayOnLinux, while I was devising a way to isolate applications from the... tight grips of PlayOnLinux installers. I ended up thinking that the only good thing PoL provides are their patched WINE packages such as Guild Wars 2. Now, this might sound really harsh; I'm not trying to throw dirt at PoL. I think they have done an amazing job, but it makes you ponder that they could have done better user interface decisions... but seeing that half of the project is a set of bash scripts and the other half is a set of python scripts... it does bring a lot of questions, at least for me, behind their decision.
Anyway, that's just me. Don't take it to heart. I've done some brainstorming but I don't think it fits PoL's way. In the end, as all WINE wrappers I don't know what WINE really needs. I do know what the users need, but to help the project? not sure where to start.
WINE + NFS, one of my ideas which I'm sure it's possible is to set-up PlayOnLinux as a system-wide tool. However, PoL was made for per-user usage, how can I "fool it"? I do have a few ideas but... not sure if it's worth it. Let me know in the comment section if you are interested.
From now on, these type of posts where you see me babbling will be tagged as laundry posts. Check them out, it's just me talking whatever crap comes to my mind.
Wednesday, February 12, 2014
Manjaro 0.8.8, Network Sharing, MPD deception
Something to talk about tonight is my struggle with Manjaro. I tried to install Manjaro OpenBox, or ManjaroBox. This is a typical scenario of not getting a working wireless. I know the setup automatically detected the right drivers, but for some reason the crappy network manager it had installed didn't detect any connections.
So, I proceeded to install wicd; after installing it I got all sorts of weird errors. My patience was running a bit thin, mostly because I wanted an stable system, which is Manjaro's main goal but I couldn't get any of that. I've used Arch Linux in the past and know how hectic it can get with their updates, sometimes it could break your whole system.
A curious note before I continue. In Manjaro's site I don't know why they bothered to put KDE's memory usage. To be honest, a lot of people are using "modern" linux desktop/laptops to be worrying about the RAM you use. I have 8GB RAM in my main desktop Linux Mint/KDE and I hardly use 3-4GB, needless to say, unless you are running a really old laptop with 512MB RAM which I really doubt, there's no need to get all panicky with the memory usage. Unless you notice a memory leak.
In the end, what I decided to do was temporarily install Linux Mint. The wi-fi connection worked perfectly and all was well in my little world.
One note about Manjaro, their advanced setup where you want to create the partitions was broken :( (related to the GUI install) so even if you created the partitions you wanted, it wouldn't continue the installation.
Now, let's talk about file sharing across linux machines. I personally never tried it, you don't know how EASY it is sharing files using NFS. I did a few mount --bind setups in my fstab to lay out the stuff I wanted to share across.
So I mounted the network folder I shared via NFS in my laptop and everything worked.
While I was configured this laptop, which I'm going to format again very soon. I tried to share the music from my main MPD set up to this laptop. Sadly, I deceived myself in a way. I thought with MPD I could serve music, but that's not the case. I do wish they added that capability in the future, imho, it would be perfect. Then again, I have researched very little on media setups. My main desktop is always turned on so... maybe I'll dig a bit.
So, I proceeded to install wicd; after installing it I got all sorts of weird errors. My patience was running a bit thin, mostly because I wanted an stable system, which is Manjaro's main goal but I couldn't get any of that. I've used Arch Linux in the past and know how hectic it can get with their updates, sometimes it could break your whole system.
A curious note before I continue. In Manjaro's site I don't know why they bothered to put KDE's memory usage. To be honest, a lot of people are using "modern" linux desktop/laptops to be worrying about the RAM you use. I have 8GB RAM in my main desktop Linux Mint/KDE and I hardly use 3-4GB, needless to say, unless you are running a really old laptop with 512MB RAM which I really doubt, there's no need to get all panicky with the memory usage. Unless you notice a memory leak.
In the end, what I decided to do was temporarily install Linux Mint. The wi-fi connection worked perfectly and all was well in my little world.
One note about Manjaro, their advanced setup where you want to create the partitions was broken :( (related to the GUI install) so even if you created the partitions you wanted, it wouldn't continue the installation.
Now, let's talk about file sharing across linux machines. I personally never tried it, you don't know how EASY it is sharing files using NFS. I did a few mount --bind setups in my fstab to lay out the stuff I wanted to share across.
So I mounted the network folder I shared via NFS in my laptop and everything worked.
While I was configured this laptop, which I'm going to format again very soon. I tried to share the music from my main MPD set up to this laptop. Sadly, I deceived myself in a way. I thought with MPD I could serve music, but that's not the case. I do wish they added that capability in the future, imho, it would be perfect. Then again, I have researched very little on media setups. My main desktop is always turned on so... maybe I'll dig a bit.
Subscribe to:
Posts (Atom)