AdminDan Gravell
(Founder and programmer, bliss)
My feedback
502 results found
-
2 votes
An error occurred while saving the comment -
6 votes
An error occurred while saving the comment Yep, assume you posted http://ideas.blisshq.com/forums/21939-bliss/suggestions/2719682-the-condition-should-have-an-else-option- ? Thanks for posting that. I understand your use case and this seems like a valid feature.
An error occurred while saving the comment I am adding a new conditional token that, while it does not allow string comparisons as in your example, does check whether a preceeding token evaluates to some string, and if so uses a subsequent token.
See http://ideas.blisshq.com/forums/21939-bliss/suggestions/1336695-add-cdnumber-to-custom-file-folder-template for more.
An error occurred while saving the comment Sorry for not being clear Mark. The 'selector' is an idea for bliss, it isn't part of the product yet. You're right, essentially the only selector right now is that which selects all files in a ancestor folder.
There is a nasty workaround of course: if you have the compilations in a separate parent folder you could point bliss at that with different rules. However, your library as-is may not be set up for this, or make the workaround too much effort.
An error occurred while saving the comment Not sure I understand what you mean by "How does bliss get these various artist (or soundtrack) albums into the required library location".
Do you mean how does it recognise compilations? This would be by a combination of things: common compilation album artist names, varying track artist names with the same album name (in the same folder), and the compilation tag.
Or are you saying the album is in a different location originally? Maybe I didn't understand the full scope of your MM script.
Regarding taking the first n characters, there is a token in bliss called the group token which does what you are doing in your example - http://www.blisshq.com/music-library-management-blog/2011/04/12/new-release-20110407-wikipedia-album-art-directory-grouping-vortexbox-ripping/ . Does that work for you?
An error occurred while saving the comment Thanks for this. Specifically, are you trying to achieve different file structures for compilation/ various artist albums? If so, should I merge this idea with http://ideas.blisshq.com/forums/21939-bliss/suggestions/2290349-compilation-specific-file-org-pattern ?
More generally, I see what you are doing with the if...then conditional statements. However, if I may suggest an alternative...
In general I would like to avoid conditional statements - they are the source of bugs and are specific to file organisation.
An alternative is the 'selector, rule' pattern. In other words, select a set of albums, and apply a set of rules to them.
Look at it this way: currently the only selector available is the music library location. It's basically 'for all albums in c:\music, find album art, organise music files in this structure'.
Imagine if the selector could be overridden, e.g. 'for all albums in c:\music that are compilations, organise music files in this structure'. Maybe the selector could be nestable too.
The main advantage of this is that the same selector pattern can be used for every rule in the system. So you could also have compilation specific album art or genre rules. What do you think?
-
13 votes
An error occurred while saving the comment Hi, thanks for this. Are you referring to where a compilation has different track artists, splitting the album up?
Sounds similar to:
-
2 votes
An error occurred while saving the comment The Canadian Amazon store is actually already used. bliss doesn't use Amazon directly, rather it finds the Amazon ID via MusicBrainz. If either the album or the album's ASIN (the Amazon ID) isn't in MusicBrainz then that's another reason the album would not be found.
Which album is it? I need the name and artist name as found by bliss.
-
2 votes
An error occurred while saving the comment The breakage of playlists is a plain bug really... I think it should be fixed (those interested can vote for http://ideas.blisshq.com/forums/21939-bliss/suggestions/1189065-manage-playlists-with-regard-to-the-planed-organi ).
About playlist creation... I think this would dovetail nicely with http://ideas.blisshq.com/forums/21939-bliss/suggestions/1952369-dynamic-playlists however my general philosophy is that the 'concepts' in bliss should have a strong relationship with what is on disk for your music player to play. So, bliss should work with existing playlists.
-
2 votes
An error occurred while saving the comment This is good feedback. I implemented it the way it is now to reduce clutter. This doesn't help experienced users though who know their way around and just want to get on with their work...
-
4 votes
An error occurred while saving the comment A long time ago this was how albums were added to the album view, although the newest was added first, which would just cause the same problem ;-)
Would another way be for the screen not to update when the mouse cursor is hovering (maybe add a 'albums have been added' message like Twitter search instead?)
-
2 votes
An error occurred while saving the comment Those interested in this idea may also like to take a look at http://ideas.blisshq.com/forums/21939-bliss/suggestions/2147879-ability-to-enter-a-custom-search-string-for-missin
-
4 votes
An error occurred while saving the comment How much does this rule help: http://www.blisshq.com/music-library-management-blog/2011/06/07/new-release-20110601-consolidate-track-artists-more-than-twelve-albums/ ? This, however, only sets the track artist tag, not album artist.
-
3 votes
An error occurred while saving the comment Looking at this again, maybe you mean an album is split in the bliss interface, perhaps with separate artists for each entry? If so maybe this means you'd like a way to re-apply the same art... is this the same as http://ideas.blisshq.com/forums/21939-bliss/suggestions/2022447-be-able-to-choose-album-art-from-your-existing-col ?
An error occurred while saving the comment There's actually a known bug in the current version where the upload/provide URL feature doesn't show the new art until the album is rescanned. Could this be what you are seeing?
This is fixed and will be released in a little over a week's time.
Regarding the Google search, this is kinda down to the vagaries of Google. We just use the result that Google gives. If this is for the same album (where "album" means something with the same name and artist name), then there's little we can do. Also see http://ideas.blisshq.com/forums/21939-bliss/suggestions/2147879-ability-to-enter-a-custom-search-string-for-missin for control of the query that gets sent to Google.
-
2 votes
An error occurred while saving the comment "The vast majority of these albums have one or two tracks that are uncompliant because the file name does not exactly match the tags and in most cases it is because the tag contains a character such as "\" which is invalid in a file name"
I wonder if we could do something there. Consider a track title:
How Soon Is Now?
Question marks are disallowed in file paths like slashes. The disallowed characters are:
/, \, ?, :, *, >, <, |, "
Currently the disallowed chars are simply removed from the expected filename, meaning bliss would expect:
How Soon Is Now.mp3
We could either accept no character, or maybe any one character, e.g.
How Soon Is Now_.mp3
Is an approach I've seen other music tools take.
Would this fix your case? I have a concern that while the depth approach would certainly work for you, it would work *too* much, leaving your track names not regulated properly.
-
4 votes
An error occurred while saving the comment Not sure if this is of interest but there is a new feature just gone into beta which detects common misspellings, acronyms and suchlike using MusicBrainz and suggests changes to adopt the 'canonical' artist.
This is not really the same thing as you are suggesting... which is more related to releases released under different names, but I thought you might find it of interest.
An error occurred while saving the comment Hey. There's actually a new feature in file organisation patterns released next week that should fix the second part of your idea. See http://ideas.blisshq.com/forums/21939-bliss/suggestions/1336695-add-cdnumber-to-custom-file-folder-template
For "always use meta artist even if single alias found" disabled you'd be able to do:
<album artist><meta_artist>?| - <meta_artist>|/...
Otherwise,
<album artist> - <meta_artist>/...... as before.
An error occurred while saving the comment Yep - your idea is easily understandable. I've also noticed this on Discogs.
It's a shame that there is not an obvious way to tag meta artists, because it's not just file organisation that benefits from it. If you are using a music player and navigating by tags you may also want this. At a push, you could use the 'CONTENTGROUP' (or TIT1, @grp) tag to group these.
-
6 votes
An error occurred while saving the comment Yes, going forward I'd like a way to link a given album to a release on MusicBrainz, Discogs or some other source.
Shorter term, is this just for finding album art?
-
2 votes
An error occurred while saving the comment Hi, the file formats supported are listed here: http://www.blisshq.com/support/faq/general.html#whatfileformats
bliss uses an API called JAudioTagger to read tags within music files. It might be easiest to just add support to JAT for Musepack. Looks like APE tags are used inside Musepack files.
Also see http://ideas.blisshq.com/forums/21939-bliss/suggestions/2458603-use-the-folder-and-file-name-to-help-identify-song which I was thinking about as an alternative to acoustic fingerprinting, but could also be used without actually performing the tagging of files.
-
2 votes
An error occurred while saving the comment Ok - you need a way in the UI of excluding albums from a scan. There is a way of stopping this at the file system level, before bliss rescans a directory, see http://www.blisshq.com/music-library-management-blog/2011/08/16/new-release-20110809/ . However, that only works before the album is recognised. Once recognised and inside bliss's database it will be rescanned anyway.
-
4 votes
An error occurred while saving the comment Hmmmm, I wonder if an easy fix for this right now is that 'albums', which are currently only differentiated by name/artist name, could also add a disc number into the mix. This would represent them separately on the UI.
That said, I don't think the application of art could be done automatically with any reliability. From memory there's no differentiation of artwork to media number on MusicBrainz et al.
-
2 votes
An error occurred while saving the comment Hi, thanks for the feedback.
Are you using MP4 files (m4a, m4p etc)? This is a problem with these files, wherever the 'picture type' of the art is not set. You can add multiple pieces of artwork to music files and label them as front cover, back cover, insert etc with the 'picture type'. bliss tries to be a good citizen and only overwrite 'front cover' as it's feasible you may have stored extra pieces of art.
Unfortunately other software (iTunes is one) doesn't bother with the picture type so bliss has no way of knowing whether it can overwrite the existing art. Instead, bliss adds the new art, rather than replace it, but adds it *before* the old art, making it more likely the bliss added art will show up when your music player shows the file.
There is a secret way of telling bliss to enforce one piece of art per file (contact me by email to learn of this). When I implement this idea, I'll enable that way in the UI. Something as simple as adding an "Embed art where possible, one artwork per file" option to the embed artwork dropdown would suffice I think.
-
2 votes
An error occurred while saving the comment You mean in the change art screen? Sure, sounds a good idea. Maybe it could be in parentheses: e.g. 300x300 (17KB)
Btw, a workaround is to right click the image, save and check the filesize, but obviously that's a pain in the neck.
-
4 votes
An error occurred while saving the comment What's the standard way of doing this when the app is a download? The best possible solution would be incorporation in a .deb repository, but not sure on the situation with that given licencing.
One place to start maybe the vortexbox start scripts that I/Andrew Gillis wrote. You will probably have to alter them for your system...
(apols for lack of formatting)
<pre>
#!/bin/sh
#
# chkconfig: 345 91 50
# description: Starts and stops the bliss
# pidfile: /opt/ps3mediaserver/bliss.pid# Source function library.
. /etc/rc.d/init.d/functions# Avoid using root's TMPDIR
unset TMPDIR# Source networking configuration.
. /etc/sysconfig/network# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 1start() {
# Check if it is already running
echo -n $"Starting bliss daemon: "
if [ ! `pgrep -f /opt/bliss/bin/` ]; then
daemon daemonize /opt/bliss/bin/bliss.sh
else
status bliss
fi
echo
return $RETVAL}
stop() {
echo -n $"Stopping bliss daemon: "
echo_success
for i in `pgrep -f /opt/bliss/bin/`
do
kill $i
done
echo}
restart() {
stop
sleep 1
start
}checkstatus() {
if [ ! `pgrep -f /opt/bliss/bin/` ]; then
echo -n $"bliss is stopped"
echo
else
echo "bliss (pid `pgrep -f /opt/bliss/bin/`) is running..."
fi
}case "$1" in
start)
start
;;
stop)
stop
;;
restart)
restart
;;
status)
checkstatus
;;
*)
echo "Usage: $0 {start|stop|restart|status}"
exit 2
esac
exit $?
</pre> -
3 votes
Some possible workarounds:
Restart bliss. Log into the VB using SSH and issue a restart command: service bliss restart and press enter.
An alternative is to restart the VB itself.
Finally, you could upgrade bliss, which performs the act of starting/restart bliss anyway. Press the 'install' button on the bliss packages page.
In terms of fixing the problem so it doesn't occur, I have seen this before and is caused where the stylesheet, for some reason, isn't downloaded.
Get in touch via email if you need to provide more in-depth debugging information: http://www.blisshq.com/contact.html